IRecipeWrapper
, IShapedCraftingRecipeWrapper
, or ICustomCraftingRecipeWrapper
@Deprecated public interface ICraftingRecipeWrapper extends IRecipeWrapper
IRecipeWrapper
to have your recipe wrapper work as part of the
VanillaRecipeCategoryUid.CRAFTING
recipe category as a shapeless recipe.
For shaped recipes, use IShapedCraftingRecipeWrapper
.
To override the category's behavior and set the recipe layout yourself, use ICustomCraftingRecipeWrapper
.
drawInfo, getIngredients, getTooltipStrings, handleClick