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

ZenScript
Copy
rec.commandString;
rec.toCommandString();
ZenScript
Copy
rec.input;
rec.output;
rec.xp;