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

16 lines
213 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"MMM",
"MMM",
"MMM"
],
"key": {
"M": {
"item": "minecraft:melon_slice"
}
},
"result": {
"item": "minecraft:melon"
}
}