Files
minecraft-assets/data/minecraft/recipes/golden_poisonous_potato.json
2025-02-03 11:41:59 +01:00

21 lines
327 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:gold_ingot"
},
"X": {
"item": "minecraft:poisonous_potato"
}
},
"pattern": [
"###",
"#X#",
"###"
],
"result": {
"count": 1,
"id": "minecraft:golden_poisonous_potato"
}
}