Tile Entity Attributes

usedRecipeLists

This attribute defines which recipe lists the furnace uses. The recipe list is the first argument of the mod.addSmeltingRecipeFor() function.

Examples

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

usedRecipeLists = "mySmeltRecipes1, mySmeltRecipes2";