Files
IMoO/recipes_old/chiseled_nether_bricks.json
2022-01-24 20:17:51 +03:00

23 lines
403 B
JSON

{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:chiseled_nether_bricks"
},
"tags": [ "crafting_table" ],
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:stone_slab",
"data": 7
}
},
"result": {
"item": "minecraft:chiseled_nether_bricks"
}
}
}