Hello fellas, back at it again with the white Vans.. I wonder if anyone here can help me coding a plugin that converts these 1.9 structure block .nbt files to a .schematic file. The blocks in that format are saved as blockstate, so no Block::Meta but a number representing that combination. In Java it uses BlockPalette, every block is somehow added to that "array" I would need a list from that "array", to know what id:meta is what blockstate. Maybe you need some java skills and make a forge mod to return these or something.. Or maybe you can reference me a Spigot/bukkit/etc file that has all these listed.. Any help is appreciated. (Please no questions like "what are these structure nbt files" )
i assume they do not store things in a plain text format so a phraser library/class could help reading the file probably will take some reverse engineering to build that
I can help you Here there is a better explaination of the .nbt structure: http://minecraft.gamepedia.com/Structure_block_file_format
Again, thanks to @Svile https://github.com/svilex/CuboidConverter Its actually fairly easy due to structureblocks in MC saving them the same way Adittion: in forge they were weird numbers as blockstates, which changed in 1.10 - Thanks to mojang. They now use namespaces. I may add the plugin by svilex as soft-depend to my MagicWE plugin, so to paste them in PM. Yay!
i dont know maybe he meant this https://github.com/svilex/Schematic_Loader/tree/master/sch to soft depend on this but it says in the readme.md