Merge pull request #1578 from jmongeon/master
Fix Gas Generator not accepting Buildcraft fuels.
This commit is contained in:
commit
e7bfdefb26
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public class FuelHandler
|
|||
return fuels.get(gas.getName());
|
||||
}
|
||||
|
||||
if(ModAPIManager.INSTANCE.hasAPI("BuildCraftAPI|fuel") && gas.hasFluid())
|
||||
if(ModAPIManager.INSTANCE.hasAPI("BuildCraftAPI|fuels") && gas.hasFluid())
|
||||
{
|
||||
Fuel bcFuel = IronEngineFuel.getFuelForFluid(gas.getFluid());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue