Changes
Page history
Updated Crafting Stations (markdown)
authored
Jul 16, 2019
by
Indyuce
Hide whitespace changes
Inline
Side-by-side
Crafting-Stations.md
View page @
e2b12699
...
...
@@ -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'
```

\ No newline at end of file