jei 1.9.4 and clean tile packets
This commit is contained in:
parent
f3a760ed4d
commit
128a95c338
9 changed files with 1 additions and 58 deletions
|
@ -55,13 +55,6 @@ public class TileQuantumTank extends TileMachineBase
|
|||
return tagCompound;
|
||||
}
|
||||
|
||||
public Packet getDescriptionPacket()
|
||||
{
|
||||
NBTTagCompound nbtTag = new NBTTagCompound();
|
||||
writeToNBT(nbtTag);
|
||||
return new SPacketUpdateTileEntity(this.getPos(), 1, nbtTag);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDataPacket(NetworkManager net, SPacketUpdateTileEntity packet)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue