Files
minecraft-assets/data/minecraft/recipes/polished_granite.json
2018-12-21 06:38:40 +00:00

16 lines
213 B
JSON

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