diff options
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/yellow_stained_glass_pane.json')
-rw-r--r-- | minecrafttrivia/mcdata/recipes/yellow_stained_glass_pane.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/yellow_stained_glass_pane.json b/minecrafttrivia/mcdata/recipes/yellow_stained_glass_pane.json new file mode 100644 index 0000000..13cc1f1 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/yellow_stained_glass_pane.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:yellow_stained_glass" + } + }, + "result": { + "item": "minecraft:yellow_stained_glass_pane", + "count": 16 + } +}
\ No newline at end of file |