File Details
2.0.0-pre2
- B
- Mar 1, 2024
- 1.75 MB
- 6.6K
- 1.12.2
- Forge
File Name
ModularMachinery-CE-2.0.0-pre2.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
Fixes
- Fix catalyst chance not working.
- Fix structure previews causing occasional crashes.
- Fix an issue that would cause a crash when the player had vbo turned off.
- Attempted to fix some syntax issues when serializing NBT to JSON.
Changes
- More CraftTweaker compatibility for Mekanism's IGasStack (e.g. addInput, addOutput, addGasInput, addGasOutput and enhanced addGasInputs, addGasOutputs).
- The subitem chances of RequirementIngredientArray act only on the weights of the outputs, while the inputs play no role.
- Added structure upgrade preview.
- RecipeCheckEvent is now split into START, END phases, so it now fires twice.
- Added
enableDurationMultiplieroption to the configuration file. - BlockArray supports configuring
preview-tagwhen parsing JSON. - Limited GregTechCEu hatch compatibility available.
Internal Changes
- Standardized item rendering (unified use of IngredientItemStackRenderer).
- Deprecated RecipePrimer#addCheckHandler and replaced it with RecipePrimer#addPostCheckHandler.
- Deprecated DynamicMachineUpgradeBuilder#addRecipeCheckHandler and replaced it with DynamicMachineUpgradeBuilder#addRecipePostTickHandler.