Files
minecraft-assets/data/minecraft/recipes/chiseled_nether_bricks.json
2021-04-14 18:32:33 +00:00

15 lines
221 B
JSON

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