Multi Builder Tool

Build Multiblocks with one click
item image
item image
item image
Screenshot from 2025-07-31 18-18-55.png

Screenshot from 2025-07-31 18-18-55.png

Screenshot from 2025-07-31 18-16-03.png

Screenshot from 2025-07-31 18-16-03.png

igentuman | Multi Builder Tool
Create your game server with affiliate logo
Create Server
affiliate banner image

Description

Tired of building numerous structures by hand?

 undefined

Use MBTool! 
 

 

Structures included by default for mods:

  • Mekanism
  • Mekanism Generators
  • NuclearCraft: Neoteric
  • Tinkers Construct
  • Immersive Engineering
  • Blood Magic
  • Extreme Reactors

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+

  • SHIFT+use to open GUI

  • SHIFT+SCROLL to rotate structure before placement

  • Multibuilder Tool has own inventory where you store blocks needed for building

  • Better structure selection GUI with search field and multiblocks previews

  • Implemented server-client sync. When client joins the server, it will have only structures what server sent

  • Easy to add new structures. In your data pack locate NBT structure files in following path: data/mbtool/mbtool_structures/my_custom_structure.nbt
    Add translations for your structure: "mbtool.structure.my_custom_structure": "Your structure name"

 

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

The Multi Builder Tool Team

HighCrafter tier frameprofile avatar
  • 14
    Followers
  • 18
    Projects
  • 3.7M
    Downloads
Donate

More from igentumanView all