Modular Machinery: Community Edition

Customize your machinery with more powerful features.

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

Forge

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

Learn more about Curse Maven

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.