mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
dingleberry blues
This commit is contained in:
parent
b5d76afb8c
commit
177e5a245e
@ -121,7 +121,7 @@ public class TileEntityMachineFluidTank extends TileEntityMachineBase implements
|
||||
|
||||
this.node = (FluidNode) UniNodespace.getNode(worldObj, xCoord, yCoord, zCoord, tank.getTankType().getNetworkProvider());
|
||||
|
||||
if(this.node == null || this.node.expired) {
|
||||
if(this.node == null || this.node.expired || tank.getTankType() != lastType) {
|
||||
this.node = this.createNode(tank.getTankType());
|
||||
UniNodespace.createNode(worldObj, this.node);
|
||||
lastType = tank.getTankType();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user