diff --git a/SubstrateCS/Source/Chunk.cs b/SubstrateCS/Source/Chunk.cs index 5516cc8..59a3bbf 100644 --- a/SubstrateCS/Source/Chunk.cs +++ b/SubstrateCS/Source/Chunk.cs @@ -160,6 +160,9 @@ namespace Substrate { _cx = x; _cz = z; + + _tree.Root["Level"].ToTagCompound()["xPos"].ToTagInt().Data = x; + _tree.Root["Level"].ToTagCompound()["zPos"].ToTagInt().Data = z; } ///