Files
minecraft-assets/data/minecraft/recipe/nether_brick_wall.json
2025-02-19 18:31:59 +01:00

15 lines
230 B
JSON

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