GUI Attributes

usedRecipeLists

This attribute defines which recipe lists the crafting table uses. The recipe list is the first argument of the mod.addRecipeFor() or mod.addShapelessRecipeFor() function.

Examples

// Default value
// Uses vanilla recipes only. That means every recipe that works in the vanilla crafting table.
usedRecipeLists = "vanilla";

usedRecipeLists = "myCraftRecipes1, myCraftRecipes2";