Tile Entity Attributes
usedFuelLists
This attribute defines which fuel lists the furnace uses. The fuel list is the first argument of the mod.addFuelFor() function.
Examples
// Default value
// Uses vanilla fuel only. That means every fuel that works in the vanilla furnace.
usedFuelLists = "vanilla";
usedFuelLists = "myFuels1, myFuels2";
// Uses vanilla fuel only. That means every fuel that works in the vanilla furnace.
usedFuelLists = "vanilla";
usedFuelLists = "myFuels1, myFuels2";