Retain display contents when merging

This commit is contained in:
Anuken
2025-04-15 12:16:09 -04:00
parent e2ae2e4f71
commit 841ea4f78e
3 changed files with 76 additions and 8 deletions

View File

@@ -169,7 +169,6 @@ public class SerpuloTechTree{
});
});
//logic disabled until further notice
node(microProcessor, () -> {
node(switchBlock, () -> {
node(message, () -> {
@@ -177,6 +176,10 @@ public class SerpuloTechTree{
node(largeLogicDisplay, () -> {
});
node(logicDisplayTile, () -> {
});
});
node(memoryCell, () -> {