Removed logic disable timer

This commit is contained in:
Anuken
2022-02-24 12:59:57 -05:00
parent f9dfe8cbcc
commit 30787e49ad
11 changed files with 58 additions and 31 deletions

View File

@@ -166,6 +166,12 @@ public class SerpuloTechTree{
});
});
node(message, () -> {
});
//logic disabled until further notice
/*
node(microProcessor, () -> {
node(switchBlock, () -> {
node(message, () -> {
@@ -188,7 +194,7 @@ public class SerpuloTechTree{
});
});
});
});
});*/
node(illuminator, () -> {