Files
minecraft-assets/data/minecraft/recipes/dripstone_block.json
2023-02-22 18:29:48 +01:00

17 lines
271 B
JSON

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