23 lines
403 B
JSON
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"
|
|
}
|
|
}
|
|
}
|