Files
Minecraft1.12SRC/eclipse/Client/bin/assets/minecraft/recipes/speckled_melon.json
2020-07-20 00:21:55 +08:00

19 lines
262 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"###",
"#X#",
"###"
],
"key": {
"#": {
"item": "minecraft:gold_nugget"
},
"X": {
"item": "minecraft:melon"
}
},
"result": {
"item": "minecraft:speckled_melon"
}
}