fix the architect table sometimes modifiying the world when creating blueprints, fixes #2424

This commit is contained in:
Hea3veN 2015-02-07 14:12:25 -03:00
parent 20313b1e7f
commit 696edcfe96

View file

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