Files
minecraft-assets/data/minecraft/recipe/polished_blackstone_bricks.json
2024-06-12 18:31:22 +02:00

17 lines
269 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"S": {
"item": "minecraft:polished_blackstone"
}
},
"pattern": [
"SS",
"SS"
],
"result": {
"count": 4,
"id": "minecraft:polished_blackstone_bricks"
}
}