diff --git a/core/src/mindustry/content/TechTree.java b/core/src/mindustry/content/TechTree.java index fb9207cdda..efc6ef77f6 100644 --- a/core/src/mindustry/content/TechTree.java +++ b/core/src/mindustry/content/TechTree.java @@ -34,7 +34,9 @@ public class TechTree implements ContentList{ node(sorter, () -> { node(invertedSorter); node(message); - node(overflowGate); + node(overflowGate, () -> { + node(underflowGate); + }); }); node(container, () -> { node(unloader);