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

20 lines
301 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"P": {
"item": "minecraft:poisonous_potato"
},
"R": {
"item": "minecraft:blaze_rod"
}
},
"pattern": [
"P",
"R"
],
"result": {
"count": 1,
"id": "minecraft:potato_hammer"
}
}