Multiblock Stages Mod
MultiBlock Stages Mod (1.16.5, 1.12.2) 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"); IEMultiBlockStages.addStage("CokeOven", "IE:CokeOven", "YOU CAN'T DO THAT");
The first example uses the default failure message, however the second one allows you to set a custom message that is displayed to the user when they lack the required stage to construct the multiblock.
To get a list of all IE multiblocks that can be blocked one can call the command “/ct ieMultiBlocks” which should output all multiblocks in the crafttweaker.log file.
Requires:
How to install:
How To Download & Install Mods with Minecraft Forge
How To Download & Install Fabric Mods
Don’t miss out today’s latest Minecraft Mods
MultiBlock Stages Mod (1.16.5, 1.12.2) Download Links
For Minecraft 1.12.2
Forge version: Download from Server 1 – Download from Server 2
For Minecraft 1.16.5
Forge version: Download from Server 1 – Download from Server 2