Removed Burn Value for Carbon Dust.
This commit is contained in:
parent
2ddf1d19ad
commit
74529795fb
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