Files
minecraft-assets/data/minecraft/recipes/deepslate_bricks.json
2023-05-03 18:28:41 +02:00

18 lines
289 B
JSON

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