Files
minecraft-assets/data/minecraft/recipes/polished_diorite.json
2018-07-18 20:51:45 +02:00

16 lines
213 B
JSON

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