Retain display contents when merging
This commit is contained in:
@@ -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, () -> {
|
||||
|
||||
Reference in New Issue
Block a user