Files
minecraft-assets/data/minecraft/recipes/dripstone_block.json
2024-02-14 17:44:28 +01:00

16 lines
242 B
JSON

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