Pyrotech

Pyrotech

897k Downloads

Oredict coal coke for compatibility with Immersive Engineering

DrSquidMD opened this issue ยท 4 comments

commented

IE Blast furnaces won't accept Pyrotech coal coke.
(It would also be cool if there was some compat between coal tar/creosote oil but that's less important.)

commented

You can use CraftTweaker to add valid fuels to the Blast Furnace:

//Example:
mods.immersiveengineering.BlastFurnace.addFuel(IIngredient input, int time);
mods.immersiveengineering.BlastFurnace.addFuel(<ore:plankWood>, 2000);

Source: https://crafttweaker.readthedocs.io/en/latest/#Mods/Immersive_Engineering/CraftTweaker_Support/Blast_Furnace/

commented

Which oredict do I need to add the Coal Coke to?

commented

IE uses fuelCoke for the item, and blockFuelCoke for the block.