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

15 lines
221 B
JSON

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