Files
minecraft-assets/data/minecraft/recipes/deepslate_bricks.json
2024-04-22 09:53:17 +02:00

17 lines
258 B
JSON

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