Files
minecraft-assets/data/minecraft/recipes/red_nether_brick_slab.json
2019-04-06 17:15:10 +00:00

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
}
}