Automatically create alternate recipes, similar to OreDictionary from Minecraft's Forge.
How to use:
- Create your mod
require("__fThesaurus__/scripts/fThesaurus.lua")
- Use
GlobalfThesaurus
functions
Allows mod makers to add their items to fThesaurus to automatically create alternate recipes with alternate ingredients.
Lua libraries for use by other mods and submods that are parts of a larger mod.
Automatically create alternate recipes, similar to OreDictionary from Minecraft's Forge.
require("__fThesaurus__/scripts/fThesaurus.lua")
GlobalfThesaurus
functions