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

21 lines
327 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"P": {
"item": "minecraft:gravtater"
},
"S": {
"item": "minecraft:wither_skeleton_skull"
}
},
"pattern": [
"PPP",
"PSP",
"PPP"
],
"result": {
"count": 1,
"id": "minecraft:vicious_potato"
}
}