Unit spawn instruction

This commit is contained in:
Anuken
2022-02-08 13:20:55 -05:00
parent 38c0284bbe
commit ec8952ed46
8 changed files with 103 additions and 7 deletions

View File

@@ -3744,9 +3744,7 @@ public class Blocks{
hasLiquids = true;
instructionsPerTick = 25;
range = 8 * 42;
size = 3;
}};
@@ -3783,7 +3781,8 @@ public class Blocks{
//currently incomplete, debugOnly for now
requirements(Category.logic, BuildVisibility.debugOnly, with());
instructionsPerTick = 2;
//TODO customizable IPT
instructionsPerTick = 8;
forceDark = true;
privileged = true;
size = 1;