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.24k stars 277 forks source link

Error when applying long datatype #90

Open iusearch opened 4 years ago

iusearch commented 4 years ago

I was setting the value of Fortress through nbtutil, the output is like this:

nbtutil --path=r.-2.-1.mca/19.22/Level/Structures/References/Fortress --setvalue -34359738408
/region/r.-2.-1.mca/19.22/Level/Structures/References/Fortress: ERROR (apply)
/region/r.-2.-1.mca/19.22/Level/Structures/References/Fortress: OK
Operation complete.  Nodes succeeded: 1  Nodes failed: 1
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v4.0.30319

Setting test values are ok. Do I need to specify some option for this operation?

iusearch commented 4 years ago

Any way to just add an entry into the long array?

iusearch commented 4 years ago

I'm such an idiot, seems like there is no method to save an array to the file.