Files
minecraft-assets/data/minecraft/recipes/melon.json
2018-12-21 06:38:40 +00:00

16 lines
203 B
JSON

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