SmylerMC / litemapy

Litemapy's goal is to provide an easy to use way to read and edit Litematica's schematic file format
GNU General Public License v3.0
51 stars 5 forks source link

Added Minecraft structure NBT converter #13

Closed boscawinks closed 2 years ago

boscawinks commented 2 years ago

Added functions to convert a Litematica Region into a Minecraft structure NBT and back. This allows the user to create structures larger than 48x48x48 (limit of the structure block). If the structure exceeds those limits, it won't be loadable via the structure block, but the .nbt file can still be used in mods and datapacks for structure generation.

boscawinks commented 2 years ago

Just wanted to ask if the current state of the PR is good enough. I addressed the issues you mentioned

SmylerMC commented 2 years ago

Sorry for the very long delay, I am merging.