1.16.5forge
MultiBlock Stages Mod (1.16.5, 1.12.2) – MultiBlock Support to Game Stages
MultiBlock Stages Mod adds MultiBlock support to Game Stages. Using CraftTweaker scripts, one can add it such that a player requires a certain stage, before they can build supported multiblocks. Require the player to have stage X to be able to construct a specific multiblock. Example Script showing how it works: import mods.multiblockstages.IEMultiBlockStages; IEMultiBlockStages.addStage("BlastFurnace", "IE:BlastFurnace"); […]