Files
minecraft-assets/data/minecraft/recipes/chiseled_polished_blackstone.json
2023-03-15 18:28:45 +01:00

17 lines
289 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:polished_blackstone_slab"
}
},
"pattern": [
"#",
"#"
],
"result": {
"item": "minecraft:chiseled_polished_blackstone"
},
"show_notification": true
}