Modular Machinery: Community Edition

Customize your machinery with more powerful features.

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

Forge

implementation fg.deobf("curse.maven:modularmachinery-community-edition-817377:5148192")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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 enableDurationMultiplier option to the configuration file.
  • BlockArray supports configuring preview-tag when 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.