Contributor Guide/Recipes
Jump to navigation
Jump to search
This guide contains the step-by-step tutorial on how to add recipe, craftable items, and crafting outputs
Contents
General information
With the way how the data was first structured, the list of recipe's ingredients are connected to the crafted item, not the recipe used to make the item.
Craftable Items
- Make sure that the item is not yet created. You can see them in Items list by filtering by name
- If the item does not exist yet, create it using Item form
- Make sure to tick
Craftable
checkbox to unlock the option to add crafting ingredients
- Make sure to tick
- Fill all of the required fields and click
Submit
- If all goes well, your item should be listed in Items list (along with [Recipe] link)
Crafting Ingredients
- Make sure the craftable item and its ingredient items are already created and can be searched in Items list.
- If not, follow the steps of creating an item in the contributor guide
- Find the craftable item through Items list or from its individual page and click [Recipe] link
- In the crafting ingredient form, Add the items from the left box to the right to add it as ingredients
- Click
Submit
to update the ingredients - The ingredients can be seen in the individual page of the craftable item
Crafting Recipe
- Make sure that the recipe item is not yet created. You can see them in Items list by filtering by subtype.
- If not, follow the steps of creating an item in the contributor guide
Recipe
subtype falls under typeItem
- Fill all of the required fields and click
Submit
- If all goes well, your recipe should be listed in Items list (along with [Crafting Output] link)
Connecting Recipe and the main output item
- Make sure both the recipe and the main output item are already created using the steps above
- Find the recipe through the Items list (filter by subtype=recipe) and click the [Crafting Output] link on the rightmost side of the row
- In the crafting output form, add the crafted item from left box to the right box and tick the
Is main output
checkboxIs main output
means that the item is the main output of the crafting attempt using the recipe- You can add several other items as the residue / side outputs.
- Make sure to only select ONE of the added items as the main output
- Click
Submit
to update the crafting output - Check Crafting list to see whether the recipe and the main output are already connected to each other
FAQ
Question | Answer |
---|---|
What does "missing" mean in Crafting list? | It means that the either the recipe has not been created yet, or the recipe has not been connected to the main output item. See the guides above to fix them |