Updated Recipe Ingredients (creole) authored by Indyuce's avatar Indyuce
...@@ -12,8 +12,8 @@ recipes: ...@@ -12,8 +12,8 @@ recipes:
``` ```
| Ingredient | Usage | Description | | Ingredient | Usage | Description |
| MMOItem | mmoitem{type=<type>,id=<id>,amount=(amount),display="(GUI-name)"} | --- | | MMOItem | mmoitem{type=..,id=..,amount=..,display=".."} | --- |
| Vanilla | vanilla{type=<material>,name="(display-name)",amount=(amount),display="(GUI-name)"} | {{{material}}}: use caps | | Vanilla | vanilla{type=..,name="..",amount=..,display=".."} | {{{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: 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:
... ...
......