jaquadro / NBTExplorer

A graphical NBT editor for all Minecraft NBT data sources
http://www.minecraftforum.net/topic/840677-nbtexplorer-nbt-editor-for-windows-and-mac/
MIT License
2.32k stars 281 forks source link

[Feature request] Editing blocks #55

Open blalp opened 7 years ago

blalp commented 7 years ago

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 7 years ago

@jaquadro Any thoughts?

jaquadro commented 7 years ago

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.