Update master
This commit is contained in:
parent
8dffee1d42
commit
2213013cfa
1 changed files with 0 additions and 7 deletions
|
@ -21,13 +21,6 @@ public class TileEntityPipe extends TileEntity implements ILiquidConsumer
|
|||
|
||||
//Checks if this is the first the tile entity updates
|
||||
protected boolean firstUpdate = true;
|
||||
|
||||
/**
|
||||
* The tile entity of the closest electric consumer. Null if none. Use this to detect if electricity
|
||||
* should transfer
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* This function adds a connection between this pipe and other blocks
|
||||
* @param tileEntity - Must be either a producer, consumer or a conductor
|
||||
|
|
Loading…
Reference in a new issue