Files
minecraft-assets/data/minecraft/recipe/nether_bricks.json
2025-01-29 18:30:55 +01:00

15 lines
227 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": "minecraft:nether_brick"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:nether_bricks"
}
}