... | ... | @@ -58,4 +58,28 @@ recipes: |
|
|
steel-sword:
|
|
|
options:
|
|
|
hide-when-locked: true
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
|
|
|
## Crafting Station Example
|
|
|
```
|
|
|
name: 'Steel Crafting Station (#page#/#max#)'
|
|
|
items:
|
|
|
fill:
|
|
|
material: AIR
|
|
|
no-recipe:
|
|
|
material: GRAY_STAINED_GLASS_PANE
|
|
|
name: '&a'
|
|
|
recipes:
|
|
|
two-handed-steel-sword:
|
|
|
output:
|
|
|
type: GREATSWORD
|
|
|
id: TWO_HANDED_STEEL_SWORD
|
|
|
amount: 1
|
|
|
crafting-time: 10
|
|
|
conditions:
|
|
|
- 'level 8'
|
|
|
ingredients:
|
|
|
- 'mmoitem MATERIAL STEEL_INGOT 8 Steel_Ingot'
|
|
|
- 'vanilla STICK . 4 Wooden_Stick'
|
|
|
```
|
|
|
![](https://i.imgur.com/XRmuskj.png) |
|
|
\ No newline at end of file |