Files
minecraft-assets/data/minecraft/recipes/melon.json
2022-11-02 18:37:07 +01:00

17 lines
239 B
JSON

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