diff options
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/golden_axe.json')
-rw-r--r-- | minecrafttrivia/mcdata/recipes/golden_axe.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/golden_axe.json b/minecrafttrivia/mcdata/recipes/golden_axe.json new file mode 100644 index 0000000..265a258 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/golden_axe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XX", + "X#", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_axe" + } +}
\ No newline at end of file |