Files
minecraft-assets/data/minecraft/recipes/deepslate_tiles.json
2023-09-13 18:35:07 +02:00

18 lines
286 B
JSON

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