Files
minecraft-assets/data/minecraft/recipes/polished_diorite.json
2019-04-06 17:15:10 +00:00

16 lines
223 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "minecraft:diorite"
}
},
"result": {
"item": "minecraft:polished_diorite",
"count": 4
}
}