Added underflow gate to tech tree
This commit is contained in:
@@ -34,7 +34,9 @@ public class TechTree implements ContentList{
|
|||||||
node(sorter, () -> {
|
node(sorter, () -> {
|
||||||
node(invertedSorter);
|
node(invertedSorter);
|
||||||
node(message);
|
node(message);
|
||||||
node(overflowGate);
|
node(overflowGate, () -> {
|
||||||
|
node(underflowGate);
|
||||||
|
});
|
||||||
});
|
});
|
||||||
node(container, () -> {
|
node(container, () -> {
|
||||||
node(unloader);
|
node(unloader);
|
||||||
|
|||||||
Reference in New Issue
Block a user