Updated Crafting Stations (markdown) authored by Indyuce's avatar Indyuce
...@@ -59,27 +59,3 @@ recipes: ...@@ -59,27 +59,3 @@ recipes:
options: options:
hide-when-locked: true hide-when-locked: true
``` ```
## 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