Files
IMoO/recipes/chiseled_polished_blackstone.json
T
2022-01-23 21:24:12 +03:00

22 lines
408 B
JSON

{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:chiseled_polished_blackstone"
},
"tags": [ "crafting_table" ],
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:polished_blackstone_slab"
}
},
"result": {
"item": "minecraft:chiseled_polished_blackstone"
}
}
}