forked from mirrors/NBTExplorer
Fixed bug in building AnvilSection tree
This commit is contained in:
parent
ac82c122dc
commit
1b7858d3e3
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ namespace Substrate
|
|||
ctree["AddBlocks"] = new TagNodeByteArray(new byte[2048]);
|
||||
_addBlocks = new YZXNibbleArray(XDIM, YDIM, ZDIM, ctree["AddBlocks"] as TagNodeByteArray);
|
||||
|
||||
_tree = ctree;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue