Files
minecraft-assets/data/minecraft/recipes/red_nether_bricks.json
2024-03-13 18:29:36 +01:00

20 lines
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"
}
}