Files
minecraft-assets/assets/minecraft/recipes/melon_block.json
2017-04-21 09:09:30 +00:00

16 lines
203 B
JSON

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