minecraft-assets/data/minecraft/recipes/polished_granite.json

16 lines
223 B
JSON

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