Riggyz's Patches

A small Forge mod for that fixes some bugs that affect the survival player experience.

File Details

v0.2.0

  • R
  • Mar 1, 2026
  • 22.62 KB
  • 205
  • 1.20.6+5
  • Forge

File Name

riggyz_patches-0.2.0.jar

Supported Versions

  • 1.20.6
  • 1.20.5
  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1

Curse Maven Snippet

Forge

implementation "curse.maven:riggyzs-patches-1473735:7694621"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[0.2.0] - TBD

Added

  • Mixin plugin system for conditional mixin loading per mod
  • Separate mixin config for Create (riggyz_patches.create.mixins.json)
  • Separate mixin config for VS2 (riggyz_patches.vs2.mixins.json)
  • Create is now an optional dependency
  • VS2 as an optional dependency

Fixed

  • Create#6902: Contraption collision lag from VoxelShape merging
  • VS2#418: Item duplication when assembling ships with active block entity inventories (e.g. Create mixers, copycats, modded storage). Backport of VS2 PR #1688.
  • Create#9501: Bound cardboard block recipe uses minecraft:string instead of forge:string tag
  • Create#7882: Portable Storage Interface intermittently fails to transfer items. Backport of Create PR #9624.
  • Create#9720: Server crash (NPE) when disassembling a train via CC:Tweaked while DEPARTURE event fires
  • Create PR#9481: Gantry contraptions stall/skip blocks at large coordinates due to float precision loss
  • Create#9675: Copycat blocks don't render emissive textures from the copied material
  • Create#9414: Train map overlay in Xaero's World Map incorrectly scaled on HiDPI displays

Changed

  • Changed the readme to relfect the new name and purpose of the mod