Core vicinity buildup system

This commit is contained in:
Anuken
2022-04-11 12:14:17 -04:00
parent bdeef68a0b
commit 6fe71dfe9c
12 changed files with 86 additions and 16 deletions

View File

@@ -44,6 +44,7 @@ public class ConstructBlock extends Block{
inEditor = false;
consBlocks[size - 1] = this;
sync = true;
priority = TargetPriority.constructing;
}
/** Returns a ConstructBlock by size. */