New power node system / Volatile generators / Drone crash fix

This commit is contained in:
Anuken
2018-07-01 10:24:14 -04:00
parent b2c99fd0fd
commit 7177e0a576
7 changed files with 62 additions and 17 deletions
@@ -15,7 +15,7 @@ public class PowerBlocks extends BlockList implements ContentList {
combustionGenerator = new BurnerGenerator("combustion-generator") {{
powerOutput = 0.06f;
powerCapacity = 40f;
itemDuration = 50f;
itemDuration = 40f;
}};
thermalGenerator = new LiquidHeatGenerator("thermal-generator") {{
@@ -29,7 +29,7 @@ public class PowerBlocks extends BlockList implements ContentList {
turbineGenerator = new TurbineGenerator("turbine-generator") {{
powerOutput = 0.15f;
powerCapacity = 40f;
itemDuration = 40f;
itemDuration = 30f;
size = 2;
}};