Files
minecraft-assets/data/minecraft/recipes/melon.json
2022-06-29 18:37:59 +02:00

16 lines
213 B
JSON

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