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

16 lines
229 B
JSON

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