Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

IFurnaceRecipe

An ICraftingRecipe is a furnace table recipe the way ZS sees it.

Importing the class

It might be required to import the class to avoid errors.
import crafttweaker.recipes.IFurnaceRecipe

ZenMethods/Getters

To String

script.zs
rec.commandString;
rec.toCommandString();

Other getters

script.zs
rec.input;
rec.output;
rec.xp;