ICraftingRecipe
An ICraftingRecipe is a crafting table recipe the way ZS sees it.
Importing the class
It might be required to import the class to avoid errors.
import crafttweaker.recipes.ICraftingRecipe
ZenMethods/Getters
Get Ingredients
Either returns an IIngredient[] or an IIngredient[][]
Get standart output
Returns the ouptut as IItemStack. Careful, can be null!
Check for conditions
Each of these returns a boolean
resourceDomain
Basically, the modid of the mod that added the recipe.
Ingredients
Returns the ingredients list as IIngredient[] or IIngredient[][] respectively.
Output
The IItemStack output of the recipe.