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