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

15 lines
229 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:red_nether_bricks"
}
},
"result": {
"item": "minecraft:red_nether_brick_slab",
"count": 6
}
}