jaquadro/NBTExplorer

[Feature request] Editing blocks

Opened this issue · 2 comments

blalp commented

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

blalp commented

@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.