Merge pull request #2447 from hea3ven/6.3.x
fix the architect table sometimes modifiying the world when creating blu...
This commit is contained in:
commit
8b362520e8
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ public class SchematicTile extends SchematicBlock {
|
||||||
if (tile != null) {
|
if (tile != null) {
|
||||||
tile.writeToNBT(tileNBT);
|
tile.writeToNBT(tileNBT);
|
||||||
}
|
}
|
||||||
|
tileNBT = (NBTTagCompound) tileNBT.copy();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue