Fix remaining cases of calling readFrom/writeTo NBT

This commit is contained in:
Nicholas Ignoffo 2016-09-07 17:53:09 -07:00
parent 9b51b28dbb
commit 4190031710
6 changed files with 0 additions and 18 deletions

View file

@ -55,7 +55,6 @@ public class TileBloodTank extends TileBase implements IFluidHandler
@Override
public void deserialize(NBTTagCompound tagCompound)
{
super.readFromNBT(tagCompound);
tank.readFromNBT(tagCompound.getCompoundTag("tank"));
capacity = tagCompound.getInteger("capacity");
}