Awful enemy base generation

This commit is contained in:
Anuken
2020-06-02 22:09:41 -04:00
parent 789cc3cdb9
commit 5e7d9f8119
16 changed files with 528 additions and 176 deletions

View File

@@ -1790,7 +1790,7 @@ public class Blocks implements ContentList{
hasPower = true;
consumes.items(ItemStack.with(Items.copper, 500));
consumes.power(4f);
consumes.power(3f);
}};
dataProcessor = new ResearchBlock("data-processor"){{