Removed need for pipes to update volume

This commit is contained in:
DarkGuardsman 2013-11-02 09:59:23 -04:00
parent 2506ed7728
commit 50b1bc8752

View file

@ -183,4 +183,10 @@ public class TileEntityPipe extends TileEntityFluidNetworkTile implements IColor
}
return false;
}
@Override
public void sendTankUpdate(int index)
{
//TODO only send tank update for pipes that need to visually render the fluid, eg glass, stone, wood
}
}