Updated Recipe Ingredients (creole) authored by Indyuce's avatar Indyuce
......@@ -12,8 +12,8 @@ recipes:
```
| Ingredient | Usage | Description |
| MMOItem | mmoitem <type> <id> (amount) (GUI-name) | --- |
| Vanilla | vanilla <material> (display-name) (amount) (GUI-name) | {{{material}}}: use caps |
| MMOItem | mmoitem{type=<type>,id=<id>,amount=(amount),display="(GUI-name)"} | --- |
| Vanilla | vanilla{type=<material>,name="(display-name)",amount=(amount),display="(GUI-name)"} | {{{material}}}: use caps |
Arguments marked with () brackets are optional. The {{{GUI-name}}} argument corresponds to the name displayed in the ingredient list in the recipe GUI. For vanilla ingredients, set the `display-name` argument to {{{.}}} to have no display name. The ingredient list should look like this in game:
......
......