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