Updated Crafting Stations (markdown) authored by Joshua - Flirtey's avatar Joshua - Flirtey
...@@ -63,12 +63,16 @@ recipes: ...@@ -63,12 +63,16 @@ recipes:
## Crafting Station Example ## Crafting Station Example
``` ```
name: 'Steel Crafting Station (#page#/#max#)' name: 'Steel Crafting Station (#page#/#max#)'
max-queue-size: 10
items: items:
fill: fill:
material: AIR material: AIR
no-recipe: no-recipe:
material: GRAY_STAINED_GLASS_PANE material: GRAY_STAINED_GLASS_PANE
name: '&a' name: '&a'
no-queue-item:
material: GRAY_STAINED_GLASS_PANE
name: '&aNo Item in Queue'
recipes: recipes:
two-handed-steel-sword: two-handed-steel-sword:
output: output:
... ...
......