SUPPOSEDLY fixed 1.9.4 compat again. >.>

This commit is contained in:
WayofTime 2016-08-26 18:40:15 -04:00
parent f998481329
commit 4c514224d5

View file

@ -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());