ZenScript
Copy
import mods.terrafirmacraft.Heating;
ZenScript
Copy
Heating.addRecipe(String registryName, IItemStack input, IItemStack output, float transformTemp, float maxTemp);
  • transformTemp is at which temperature the recipe completely transform the input into the output stack.
  • maxTemp is at which temperature the input is destroyed. For a complete reference, check Heating Temperatures
ZenScript
Copy
Heating.removeRecipe(IItemStack output);
Heating.removeRecipe(String registryName);