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.
this is exactly what i needed thanks!
deleted
is it possible to use this mod to stage modded multiblock portal dimension creation?
i know that dimension stage exist, but i need to disable portal creation, not the ability to enter the dimension and, if i'm not wrong, dimension stage lock you from entering in the dimension
In reply to Forge_User_73322944:
Not really. Every portal mod does their own thing, and imo that's out of scope for this.
Modular Machinery support would be awesome!
In reply to joker876xd8:
agreed, though I guess since modular machinery doesnt require an action to construct the machine (like how IE makes you use the hammer on them) then itd be kinda confusing to figure how you'd restrict it in multiplayer
In reply to joker876xd8:
It's not possible, as it's not formed by Player interaction.
The next multiblock structures that need to be added are the ones from advanced rocketry
Forestry Alveary and/or farm support would be awesome!
In reply to royalcw:
Embers and Aetherworks support would be greatly appreciated.
In reply to xorbah:
In reply to xorbah:
I've talked with a few people and they seem to tell me that Embers multiblocks are placed by a single item? YOu can stage an item with ItemStages
In reply to xorbah:
Magneticraft support could be nice
In reply to wormzjl:
In reply to RV1988: