Open blalp opened 7 years ago
@jaquadro Any thoughts?
It's pretty far beyond the scope of what this tool is meant to do. It potentially requires merging two separate binary NBT tags together to be able to produce such a tree.
I highly recommend MCEdit (http://www.mcedit.net/) by @codewarrior0 for this kind of work.
If that's not suitable for some reason, you can look into my older project NBToolkit (http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-tools/1261039-nbtoolkit-map-processing-tools), which has a basic command-line language for doing those kinds of replacements. However, it's been a number of years since I maintained the tool, and I can't guarantee it works out of the box.
Lets say I want to set a block to air or change an id of a block, or something along those lines. Can you please add a nice tree view instead of this: http://imgur.com/vA8GU7h ? Thanks