Fix remaining cases of calling readFrom/writeTo NBT
This commit is contained in:
parent
9b51b28dbb
commit
4190031710
6 changed files with 0 additions and 18 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue