Multiblocks is a plugin for the beet toolchain. It provides a very user friendly and easy way to create multiblock blueprints with a focus on versatility and performance.
Take a look at our documentation
Warning
Optimizations aren't fully complete yet. If you experience performance issues, feel free to create a github issue. This gives us more insight in what functions to optimize.
You only need a single json file and a structure .nbt file inorder to generate your full fledged multiblock blueprint
The library marks any blocks that are incorrectly placed. Red for a wrong block, Orange for a wrong blockstate and purple if the block should be air.
You can easily show an outline for your multiblock so you can visualize the structure without much visual lag.
The library handles full rotation and mirroring of the multiblock. Even the blockstates will change appropriately.
The library offers many different optimized ways to implement and interact with your multiblock structure.
The library provides an extensive function set that allows you to grab any data from your multiblock anytime and configure behaviour however you want.

It's also equipped with an event based system through callbacks provided in the json file. This makes it a lot easier to run any functionality once the multiblock is completed.
In the json file you can also specify any additional conditions that need to be true inorder for the multiblock to complete. That way you can easily implement custom block detection.
We have a full fledged documentation on how to use our library.



