This commit is contained in:
Anuken
2020-08-25 09:24:49 -04:00
parent 174e4b8632
commit 7b2b9b3988
2 changed files with 11 additions and 10 deletions

View File

@@ -38,7 +38,6 @@ public class TechTree implements ContentList{
node(distributor);
node(sorter, () -> {
node(invertedSorter);
node(message);
node(overflowGate, () -> {
node(underflowGate);
});
@@ -206,19 +205,21 @@ public class TechTree implements ContentList{
});
node(microProcessor, () -> {
node(logicProcessor, () -> {
node(hyperProcessor, () -> {
});
});
node(switchBlock, () -> {
node(logicDisplay, () -> {
node(message, () -> {
node(logicDisplay, () -> {
});
node(memoryCell, () -> {
});
});
node(memoryCell, () -> {
node(logicProcessor, () -> {
node(hyperProcessor, () -> {
});
});
});
});