Modular Machinery Reborn

Multiblocks made easy

File Details

[NeoForge]ModularMachineyReborn-1.21.1-3.0.4

  • R
  • Dec 23, 2025
  • 2.21 MB
  • 11.8K
  • 1.21.1+1
  • NeoForge

File Name

modular_machinery_reborn-1.21.1-3.0.4.jar

Supported Versions

  • 1.21.1
  • 1.21

Curse Maven Snippet

NeoForge

implementation "curse.maven:modular-machinery-reborn-1083840:7369667"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

CHANGELOG 3.0.4


ADDITIONS AND CHANGES

  • fix: recipe modifiers (akka upgrades)
  • add: minmax blocks
// block/tag - min - max
.addMinMaxBlock("#modular_machinery_reborn:energyinputhatch", 1, 1)
// block/tag - min
.addMinBlock("#modular_machinery_reborn:durability_hatch", 1)
// block/tag - max
.addMaxBlock("#modular_machinery_reborn:durability_hatch", 1)
// block/tag - min and max
.addExactBlock("#modular_machinery_reborn:fluidoutputhatch", 1)
// block/tag - min and max
.addExactBlock("#modular_machinery_reborn:inputbus", 1)
// block/tag - min
.addMinBlock("#modular_machinery_reborn:outputbus", 1)
// block/tag - min and max
.addExactBlock("modular_machinery_reborn:height_meter", 1)

RECOMENDATIONS

  • Remember backup your world before update.
  • Break and place energy, fluid, item and experience hatches to proper update new features and fixes.
  • Update every addon you have to improve compat and don't break things.

WARNING

  • This version is not compatible with any version below 2.0.0 of any addon.