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