Updated Crafting Stations (markdown) authored by Indyuce's avatar Indyuce
...@@ -58,4 +58,28 @@ recipes: ...@@ -58,4 +58,28 @@ recipes:
steel-sword: steel-sword:
options: options:
hide-when-locked: true 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