IFurnaceRecipe
Link to ifurnacerecipe
An ICraftingRecipe is a furnace table recipe the way ZS sees it.
Importing the class
Link to importing-the-class
It might be required to import the class to avoid errors.
import crafttweaker.recipes.IFurnaceRecipe
ZenMethods/Getters
Link to zenmethodsgetters
To String
Link to to-string
ZenScript Copyrec.commandString;
rec.toCommandString();
Other getters
Link to other-getters
ZenScript Copyrec.input;
rec.output;
rec.xp;