minecraft-assets/data/minecraft/recipes/chiseled_nether_bricks.json

17 lines
276 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:nether_brick_slab"
}
},
"pattern": [
"#",
"#"
],
"result": {
"item": "minecraft:chiseled_nether_bricks"
},
"show_notification": true
}