Merge pull request #1165 from JohannesGaessler/CarbonBurnValueRemoval
Carbon BurnValue removal
This commit is contained in:
commit
b0828e42d1
1 changed files with 0 additions and 6 deletions
|
@ -1505,12 +1505,6 @@ public abstract class GT_Proxy implements IGT_Mod, IGuiHandler, IFuelHandler {
|
|||
rFuelValue = Math.max(rFuelValue, 400);
|
||||
} else if (GT_OreDictUnificator.isItemStackInstanceOf(aFuel, "dustTinyCoal")) {
|
||||
rFuelValue = Math.max(rFuelValue, 177);
|
||||
} else if (GT_OreDictUnificator.isItemStackInstanceOf(aFuel, "dustCarbon")) {
|
||||
rFuelValue = Math.max(rFuelValue, 1600);
|
||||
} else if (GT_OreDictUnificator.isItemStackInstanceOf(aFuel, "dustSmallCarbon")) {
|
||||
rFuelValue = Math.max(rFuelValue, 400);
|
||||
} else if (GT_OreDictUnificator.isItemStackInstanceOf(aFuel, "dustTinyCarbon")) {
|
||||
rFuelValue = Math.max(rFuelValue, 177);
|
||||
} else if (GT_OreDictUnificator.isItemStackInstanceOf(aFuel, "gemCharcoal")) {
|
||||
rFuelValue = Math.max(rFuelValue, 1600);
|
||||
} else if (GT_OreDictUnificator.isItemStackInstanceOf(aFuel, "crushedCharcoal")) {
|
||||
|
|
Loading…
Reference in a new issue