Fixed armageddon / Removed idle command / Balancing
This commit is contained in:
@@ -45,6 +45,7 @@ public class DebugBlocks extends BlockList implements ContentList{
|
||||
{
|
||||
powerCapacity = 10000f;
|
||||
powerSpeed = 100f;
|
||||
maxNodes = 100;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -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"){{
|
||||
|
||||
Reference in New Issue
Block a user