Updated bundles / Decreased water extractor power usage

This commit is contained in:
Anuken
2018-10-19 09:32:23 -04:00
parent ed28af7c73
commit 01ceedccd5
16 changed files with 258 additions and 65 deletions

View File

@@ -80,7 +80,7 @@ public class ProductionBlocks extends BlockList implements ContentList{
liquidCapacity = 30f;
rotateSpeed = 1.4f;
consumes.power(0.13f);
consumes.power(0.1f);
}};
oilExtractor = new Fracker("oil-extractor"){{