Fixed turbine condenser stats

This commit is contained in:
Anuken
2022-02-04 19:10:49 -05:00
parent 52965aa9ae
commit 70aac1151c
2 changed files with 3 additions and 1 deletions

View File

@@ -2432,7 +2432,7 @@ public class Blocks{
//can't mine thorium for balance reasons, needs better drill
blockedItem = Items.thorium;
consumes.power(3f);
consumes.power(160f / 60f);
consumes.liquid(Liquids.water, 0.2f);
}};