minecraft-src/data/minecraft/recipe/red_nether_bricks.json
2025-07-04 01:41:11 +03:00

20 lines
No EOL
309 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"N": {
"item": "minecraft:nether_brick"
},
"W": {
"item": "minecraft:nether_wart"
}
},
"pattern": [
"NW",
"WN"
],
"result": {
"count": 1,
"id": "minecraft:red_nether_bricks"
}
}