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

20 lines
294 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"S": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:shears"
}
},
"pattern": [
" X",
"S "
],
"result": {
"count": 1,
"id": "minecraft:potato_peeler"
}
}