Files
minecraft-assets/data/minecraft/recipes/chiseled_nether_bricks.json
2024-02-14 17:44:28 +01:00

16 lines
247 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:nether_brick_slab"
}
},
"pattern": [
"#",
"#"
],
"result": {
"item": "minecraft:chiseled_nether_bricks"
}
}