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:
Adrian Siekierka 2015-02-07 21:03:29 +01:00
commit 8b362520e8

View file

@ -72,6 +72,7 @@ public class SchematicTile extends SchematicBlock {
if (tile != null) {
tile.writeToNBT(tileNBT);
}
tileNBT = (NBTTagCompound) tileNBT.copy();
}
}