Somewhat functional base building AI

This commit is contained in:
Anuken
2020-06-05 22:38:27 -04:00
parent 65e94850ca
commit 890e84ab62
9 changed files with 250 additions and 79 deletions

View File

@@ -1708,7 +1708,7 @@ public class Blocks implements ContentList{
requirements(Category.turret, ItemStack.with(Items.silicon, 80, Items.thorium, 80, Items.surgealloy, 50));
hasPower = true;
consumes.power(2f);
consumes.power(3f);
size = 2;
shootLength = 5f;
bulletDamage = 12f;