... | ... | @@ -12,8 +12,8 @@ recipes: |
|
|
```
|
|
|
|
|
|
| Ingredient | Usage | Description |
|
|
|
| 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 |
|
|
|
| MMOItem | mmoitem{type=..,id=..,amount=..,display=".."} | --- |
|
|
|
| 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:
|
... | ... | |