|
|
Recipe options are unique settings you can set for each recipe. They determine how a recipe will function inside of a station.
|
|
|
```
|
|
|
recipes:
|
|
|
steel-sword:
|
|
|
options:
|
|
|
output-item: false
|
|
|
hide-when-locked: false
|
|
|
silent-craft: true
|
|
|
```
|
|
|
|
|
|
| Option | Key | Description |
|
|
|
| Output Item | output-item | If the output item will be given to the player. |
|
|
|
| Hide When Locked | hide-when-locked | If the player doesn't meet the conditions the recipe will not show. |
|
|
|
| Silent Craft | silent-craft | When the item is crafted no noise will be made. | |
|
|
\ No newline at end of file |