Power balance info

This commit is contained in:
Anuken
2019-02-13 22:37:12 -05:00
parent ea2ed7d776
commit 8c6c4c2630
8 changed files with 45 additions and 6 deletions
@@ -833,7 +833,7 @@ public class Blocks implements ContentList{
thermalGenerator = new ThermalGenerator("thermal-generator"){{
requirements(Category.power, ItemStack.with(Items.copper, 80, Items.graphite, 70, Items.lead, 100, Items.silicon, 70, Items.metaglass, 80));
powerProduction = 3f;
powerProduction = 2f;
generateEffect = Fx.redgeneratespark;
size = 2;
}};