Files
minecraft-assets/data/minecraft/recipes/dried_kelp_block.json
2021-07-07 09:21:22 +00:00

16 lines
223 B
JSON

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