[unchecked revision] | [unchecked revision] |
m 1 revision imported |
|||
Line 2: | Line 2: | ||
This Module is used to hold and look up recipes for items in the game.<br> | This Module is used to hold and look up recipes for items in the game.<br> | ||
It returns a table that contains a table of every recipe, a table of all items and their associated recipes, a table of all crafting tables and the recipes available at each, and a table of all item groups and the recipes that craft the items in the group. | It returns a table that contains a table of every recipe, a table of all items and their associated recipes, a table of all crafting tables and the recipes available at each, and a table of all item groups and the recipes that craft the items in the group. | ||
==Documentation== | |||
<big style="color:red;">'''DO NOT manually change this page!'''</big> | |||
This file is a Datafile that is used to Automate information throughout the Eco Wiki using various Modules. | |||
The Module:CraftingRecipes is currently used in: | |||
*[[Module:Infobox_Item]], See [[Template:Infobox_Item]] for more details. | |||
*[[Module:GetRecipes]], See [[Template:GetRecipes]] for more details. | |||
*[[Module:FoodDetails]], See [[Template:FoodDetails]] for more details. | |||
If you would like to see more information generated on a Data page request it on the ECO Contribution Wiki Discord, https://discord.gg/ynCVtN5. |
Revision as of 16:28, 12 August 2020
Purpose
This Module is used to hold and look up recipes for items in the game.
It returns a table that contains a table of every recipe, a table of all items and their associated recipes, a table of all crafting tables and the recipes available at each, and a table of all item groups and the recipes that craft the items in the group.
Documentation
DO NOT manually change this page!
This file is a Datafile that is used to Automate information throughout the Eco Wiki using various Modules.
The Module:CraftingRecipes is currently used in:
- Module:Infobox_Item, See Template:Infobox_Item for more details.
- Module:GetRecipes, See Template:GetRecipes for more details.
- Module:FoodDetails, See Template:FoodDetails for more details.
If you would like to see more information generated on a Data page request it on the ECO Contribution Wiki Discord, https://discord.gg/ynCVtN5.