Made arePipesConnected protected
This commit is contained in:
parent
3b33096b2b
commit
12e2d072af
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ public class TileGenericPipe extends TileEntity implements IPowerReceptor, ITank
|
|||
* @return true if pipes are considered connected
|
||||
*/
|
||||
|
||||
private boolean arePipesConnected(TileEntity with, ForgeDirection side) {
|
||||
protected boolean arePipesConnected(TileEntity with, ForgeDirection side) {
|
||||
Pipe pipe1 = pipe;
|
||||
|
||||
if (!BlockGenericPipe.isValid(pipe1))
|
||||
|
|
Loading…
Reference in a new issue