Pollute even more
This commit is contained in:
parent
c7b9f23f55
commit
6f97297d43
2 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@ public class GT_MetaTileEntity_ElectricBlastFurnace
|
|||
}
|
||||
|
||||
public int getPollutionPerTick(ItemStack aStack) {
|
||||
return 10;
|
||||
return 20;
|
||||
}
|
||||
|
||||
public int getDamageToComponent(ItemStack aStack) {
|
||||
|
|
|
@ -196,7 +196,7 @@ public class GT_MetaTileEntity_MultiFurnace
|
|||
}
|
||||
|
||||
public int getPollutionPerTick(ItemStack aStack) {
|
||||
return 20;
|
||||
return 30;
|
||||
}
|
||||
|
||||
public int getDamageToComponent(ItemStack aStack) {
|
||||
|
|
Loading…
Reference in a new issue