
P1nero's Better Structure Block significantly expands the capabilities of the standard structure block from vanilla Minecraft. This tool will be indispensable for developers who want to add large-scale architectural objects to their mods using datapacks.
Key improvements:
• Size limit removal - the previous 48×48×48 block limitation has been removed. You can now create structures of any size, though it's worth noting that saving and loading very large objects may take significant time or lead to StackOverflowError.
• Nested structures function - added a setting allowing structures to load automatically when the corresponding block appears in the world. This enables placing structure blocks inside other structures and activating them without using redstone. Such approach speeds up the creation of massive constructions and prevents errors.
• System message hiding - additional option to disable notifications about successful structure loading, making gameplay smoother and more immersive.
Fabric source code is available on GitHub.