SUPPOSEDLY fixed 1.9.4 compat again. >.>
This commit is contained in:
parent
f998481329
commit
4c514224d5
|
@ -353,7 +353,7 @@ public class TileMimic extends TileInventory implements ITickable
|
|||
|
||||
if (tag != null)
|
||||
{
|
||||
NBTTagCompound copyTag = tag.copy();
|
||||
NBTTagCompound copyTag = (NBTTagCompound) (tag.copy());
|
||||
copyTag.setInteger("x", pos.getX());
|
||||
copyTag.setInteger("y", pos.getY());
|
||||
copyTag.setInteger("z", pos.getZ());
|
||||
|
|
Loading…
Reference in a new issue