Files
minecraft-assets/data/minecraft/recipes/polished_blackstone.json
2022-07-27 18:38:54 +02:00

16 lines
229 B
JSON

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