Files
IMoO/recipes/chiseled_nether_bricks.json
T
2022-01-23 21:24:12 +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"
}
}
}