File Details
2.0.0-pre5
- B
- May 25, 2024
- 1.81 MB
- 74
- 1.12.2
- Forge
File Name
ModularMachinery-CE-2.0.0-pre5.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
Changes:
- Use getPickBlock() in the preview to get the correct ItemStack.
- For some reason we can't use item handler larger than 64 stacks.
- (Exp) Async controller render for geo model.
- (Exp) Use parallelStream to load geo models, may faster to load game.
- Extract static method form IMachineController to MachineController.
- Extend the catch type of the try catch.
BlockController#onNeighborChange->BlockController#neighborChanged.
Fixes:
- InputBus now cannot eat PatternProvider's internal items.
- Fix GeckoLib cause crash in AMD display card.
- Fix PatternProvider client crashes.
- Fix client memory leak.
- Fix RequirementIngredientArray ClassCastException.
- Fix machine assembly not working if world time frozen.
- Fix IC2 Recipe Adapter issues.
- Fix OredictCache deadlock.
- Fix MEBus deadlock (#89).
- Fix BlockInfo#apply cause error.