HomeJavaModsMulti Builder Tool
Multi Builder Tool
ModsJava

Multi Builder Tool

by igentuman · on CurseForge

Build Multiblocks with one click. Free Minecraft Java mod for 1.21.1, 1.20.1.

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.1 · NeoForge⬇ Download for 1.20.1 · NeoForge⬇ Download for 1.20.1 · Forge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
Multi Builder Tool — screenshot 1Multi Builder Tool — screenshot 2Multi Builder Tool — screenshot 3Multi Builder Tool — screenshot 4Multi Builder Tool — screenshot 5Multi Builder Tool — screenshot 6Multi Builder Tool — screenshot 7Multi Builder Tool — screenshot 8

Tired of building numerous structures by hand?

 undefined

Use MBTool! 
 

 

Structures included by default for mods:

Grouping structures:

If you like to group structures you can simply create a sub-folder in mbtool_structures folder eg. "reactors", and place all reactor structures inside. This also can be done with kubejs, see example below.

Kube JS support:

MbtoolKJSEvents.InitMbtoolStructures(event => {
for(let i = 0; i < event.structures.length; i++) {
console.log(event.structures[i].getId());
console.log(event.structures[i].getName());
console.log(event.structures[i].getStructureNbt());
console.log(event.structures[i].getGroup());

event.structures[i].setStructureNbt(CompoundTag.fromJSON({})); // set structure nbt (you can use this to change the structure, but be careful!)
var nbt = event.structures[i].getStructureNbt(); // get structure nbt
nbt.palette[0].Name = 'minecraft:iron_block'; // change first block in palette to iron block
event.structures[i].setStructureNbt(nbt); // set structure nbt again
//if you wish to remove structure, then set some non existing block
nbt.palette[0].Name = 'minecraft:not_existing_block';
event.structures[i].setStructureNbt(nbt); // set structure nbt again

// Example if you wish to pack all reactors into Group
if (event.structures[i].getId().toString().toLowerCase().includes('reactor')) {
event.structures[i].setGroup('Reactors');
}
}
});

 

JOIN DISCORD

 

Checkout my other mods!

 

Description for 1.20+

 

Allows to use AE2 ME storage for buildings if you have linked Wireless terminal in your inventory

   

Description for MC 1.12.2

Supports structures from: Mekanism, Immersive Engineering, Immersive Petroleum, NuclearCraft, QMD, IC2, TConstruct, Extreme Reactors, Draconic Evolution

Add your own multistructures.

  undefined  

    undefined

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more