minecraft-assets/data/minecraft/recipes/dried_kelp_block.json

18 lines
278 B
JSON

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