Fixed oil extractor desync / Buffed thermal genenerator / Typo fix

This commit is contained in:
Anuken
2018-08-08 16:00:33 -04:00
parent 22d0992d38
commit 57019b6e20
7 changed files with 19 additions and 16 deletions
@@ -22,7 +22,7 @@ public class PowerBlocks extends BlockList implements ContentList{
thermalGenerator = new LiquidHeatGenerator("thermal-generator"){{
maxLiquidGenerate = 0.5f;
powerCapacity = 40f;
powerPerLiquid = 0.55f;
powerPerLiquid = 1.5f;
generateEffect = BlockFx.redgeneratespark;
size = 2;
}};