Added underflow gate to tech tree

This commit is contained in:
Anuken
2020-01-20 18:55:26 -05:00
parent 26676d60e1
commit 200e85d970

View File

@@ -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);