Extending Structure Limits
easy
DEPRECATED
This method no longer works after 1.20.50 update.
By default, Minecraft doesn't allow you to save structures that are more than 64x255x64 in size. In this guide you will learn how to extend structure box size for structure blocks.
Editing NBT
- Put a structure block into structure and export it.
- Open your structure with NBT editor (NBT Studio in our case) and find your structure block.
If the only block you have in your structure is structure block, you will find its data here:
extending_structure_block.mcstructure
structure
palette
default
block_position_data
0
- Set
xStructureSize
,yStructureSize
andzStructureSize
values to what you want. - Save the structure and load it in game.
Tips
You can get this structure block to your inventory by pressing mouse scroll button while holding Ctrl. It is recommended to use structure loading animations (Place by Block) when loading a huge structure. This will minimize lags.