As always, don't forget to backup your world before updating!
Fixes:
- Fix Colossal Chest errors showing incorrect size Closes CyclopsMC/EvilCraft#986
As always, don't forget to backup your world before updating!
Initial 1.19.4 release
As always, don't forget to backup your world before updating!
Fixes:
- Optimize containment check in single-classified ingred collection This improves performance for large Integrated Terminals terminals with JEI. Related to CyclopsMC/IntegratedDynamics#1247
As always, don't forget to backup your world before updating!
Fixes:
- Fix disconnect when sending invalid container values Closes CyclopsMC/IntegratedDynamics#1255
As always, don't forget to backup your world before updating!
Additions:
- Support Vec3i in PacketCodec
- Add DimPos.withPosition
As always, don't forget to backup your world before updating!
Additions:
- Support Vec3i in PacketCodec
- Add DimPos.withPosition
As always, don't forget to backup your world before updating!
Fixes:
- Fix incorrect optimization in IngredientCollectionPrototypeMap
As always, don't forget to backup your world before updating!
Additions:
- Add single-classified collapsed ingredient collection This allows for more efficient match-based containment checking and iteration for mods such as Integrated Dynamics, Tunnels, and Terminals..
As always, don't forget to backup your world before updating!
Additions:
- Add single-classified collapsed ingredient collection This allows for more efficient match-based containment checking and iteration for mods such as Integrated Dynamics, Tunnels, and Terminals.
As always, don't forget to backup your world before updating!
Fixes:
- Fix fluid properties not being applied Related to CyclopsMC/EvilCraft#967
As always, don't forget to backup your world before updating!
Fixes:
- Fix incorrect containment check in IngredientCollectionPrototypeMap This is a regression since 61267920638e48331a513b9a446907910122078d Closes CyclopsMC/IntegratedTerminals#98