Multiblocks
Multiblocks in Modonomicon have two functions:
- They can be used to display a multiblock structure in the book (see Multiblock Page) and preview it in-world to allow players to build a specific shape easily.
- Further, they can be used to verify if a multiblock is correctly built, allowing you to create custom multiblock machines. See the MultiblockVerification class and
MultiblockRegistry#checkMultiblock()for the code API.
To use multiblocks you first need to define the shape of the multiblock. Head over to Defining Multiblocks for instructions.