show network tool inventory on fluid interfaces

This commit is contained in:
PrototypeTrousers
2022-10-12 21:25:44 -03:00
parent ae3295d3c9
commit 3dedb7eefb
2 changed files with 0 additions and 5 deletions
@@ -234,9 +234,4 @@ public class ContainerFluidInterface extends ContainerFluidConfigurable implemen
public int availableUpgrades() {
return 2;
}
@Override
public boolean hasToolbox() {
return false;
}
}