MultiBlock Stages
Modby Sky_Som
Adding MultiBlock Support to GameStages
Downloads
6,718,129
Type
Mod
CurseForge ID
284139
Last Updated
Apr 9, 2026
Description
Add MultiBlock Support to GameStages. Using CraftTweaker Scripts, one can add it such that a Player requires a certain stage, before they can build supported Multiblocks.
Currently Supported MultiBlock Mods:
Immersive Engineering
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.
Similar Mods
WanionLib
Shared code library used by all WanionCane mods!
FTB Ranks (NeoForge)
Adds ranking system that lets you give certain players permissions, username formatting, etc.
Mod Menu
Adds a mod menu to view the list of mods you have installed.
The Aether
The Aether Team presents: The original Aether mod!
Tesla Core Lib
Minecraft library useful in creating power hungry machines
Starter Kit
📦 Give all new players joining the world configurable starter gear, items and/or potion effects. It can overwrite the i...