mirror of
https://github.com/jaquadro/NBTExplorer.git
synced 2025-01-09 09:26:25 +00:00
forgot to update typeprinter
This commit is contained in:
parent
d29f249d7e
commit
e26a29580a
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ namespace NBTUtil
|
|||
{ typeof(TagByteArrayDataNode), "B" },
|
||||
{ typeof(TagIntArrayDataNode), "I" },
|
||||
{ typeof(TagShortArrayDataNode), "S" },
|
||||
{ typeof(TagLongArrayDataNode), "L" },
|
||||
{ typeof(TagListDataNode), "L" },
|
||||
{ typeof(TagCompoundDataNode), "C" },
|
||||
{ typeof(NbtFileDataNode), "N" },
|
||||
|
|
Loading…
Reference in a new issue