Heating
Link to heating
Package
Link to package
ZenScript Copyimport mods.terrafirmacraft.Heating;
Addition
Link to addition
ZenScript CopyHeating.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
Removal
Link to removal
ZenScript CopyHeating.removeRecipe(IItemStack output);
Heating.removeRecipe(String registryName);