File Details
2.0.0-pre3
- B
- Apr 12, 2024
- 1.75 MB
- 144
- 1.12.2
- Forge
File Name
ModularMachinery-CE-2.0.0-pre3.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
Changes:
- Preview 2D panning (Specially thanks Doogle007 provides algorithm)
- Added warning when VBO is not enabled.
- Allows automatic assembly of machines containing dynamic patterns.
- Optimize the arrangement rule of items in JEI.
- Adjust the addModifier method of MachineUpgradeBuilder.
- Preview's ShowUpgrades button will now be displayed by default.
- Allow to modify controller block bounding box (#78).
- Provided selective slot updates for MEItemBus and MEFluidBus.
- Added partial checks to prevent certain boundary cases from causing product loss issues with recipes.
- Selective redstone signaling update.
Fixes:
- Fixed issue where JEIComponentIngredientArray was not displaying input prompts.
- Fix brackets in NBTJsonSerializer.
Internal:
- Mouse.getDWheel -> Mouse.getEventDWheel.
- More task executor threads.
- Texture update.
- Remove unused textures.
Netty#IntObjectHashMap->FastUtils#Int2ObjectOpenHashMap.