Pollute even more

This commit is contained in:
Technus 2016-11-02 10:24:53 +01:00
parent c7b9f23f55
commit 6f97297d43
2 changed files with 2 additions and 2 deletions

View file

@ -220,7 +220,7 @@ public class GT_MetaTileEntity_ElectricBlastFurnace
}
public int getPollutionPerTick(ItemStack aStack) {
return 10;
return 20;
}
public int getDamageToComponent(ItemStack aStack) {

View file

@ -196,7 +196,7 @@ public class GT_MetaTileEntity_MultiFurnace
}
public int getPollutionPerTick(ItemStack aStack) {
return 20;
return 30;
}
public int getDamageToComponent(ItemStack aStack) {