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

17 lines
254 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:nether_bricks"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 6,
"item": "minecraft:nether_brick_wall"
}
}