Removed need for pipes to update volume
This commit is contained in:
parent
2506ed7728
commit
50b1bc8752
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue