Fixed armageddon / Removed idle command / Balancing

This commit is contained in:
Anuken
2018-08-06 19:04:07 -04:00
parent aaec04d04a
commit a5fd0aebe6
9 changed files with 12 additions and 34 deletions

View File

@@ -45,6 +45,7 @@ public class DebugBlocks extends BlockList implements ContentList{
{
powerCapacity = 10000f;
powerSpeed = 100f;
maxNodes = 100;
}
@Override

View File

@@ -76,7 +76,7 @@ public class ProductionBlocks extends BlockList implements ContentList{
liquidCapacity = 30f;
rotateSpeed = 1.4f;
consumes.power(0.2f);
consumes.power(0.15f);
}};
oilextractor = new Fracker("oil-extractor"){{