Power graph initial commit

This commit is contained in:
Anuken
2018-09-12 18:35:29 -04:00
parent 7b4e6128ce
commit abd87793e4
8 changed files with 69 additions and 64 deletions

View File

@@ -75,12 +75,12 @@ public class ProductionBlocks extends BlockList implements ContentList{
waterextractor = new SolidPump("water-extractor"){{
result = Liquids.water;
pumpAmount = 0.1f;
pumpAmount = 0.065f;
size = 2;
liquidCapacity = 30f;
rotateSpeed = 1.4f;
consumes.power(0.15f);
consumes.power(0.13f);
}};
oilextractor = new Fracker("oil-extractor"){{