diff --git a/core/src/mindustry/content/TechTree.java b/core/src/mindustry/content/TechTree.java index cfd69fb61d..e182a0ce4c 100644 --- a/core/src/mindustry/content/TechTree.java +++ b/core/src/mindustry/content/TechTree.java @@ -88,7 +88,9 @@ public class TechTree implements ContentList{ node(conduit, () -> { node(liquidJunction, () -> { node(liquidRouter, () -> { - node(liquidTank); + node(liquidContainer, () -> { + node(liquidTank); + }); node(bridgeConduit);