Files
IMoO/recipes_old/melon_seeds.json
2022-01-24 20:17:51 +03:00

23 lines
346 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:melon_seeds"
},
"tags": [ "crafting_table" ],
"pattern": [
"M"
],
"key": {
"M": {
"item": "minecraft:melon"
}
},
"result": {
"item": "minecraft:melon_seeds"
}
}
}