This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/kubejs/data/farmersdelight/recipes/cutting/saddle.json
2023-11-02 12:32:44 -05:00

22 lines
351 B
JSON

{
"type": "farmersdelight:cutting",
"ingredients": [
{
"item": "minecraft:saddle"
}
],
"result": [
{
"count": 2,
"item": "material_elements:leather_sheet"
},
{
"chance": 0.5,
"count": 2,
"item": "minecraft:iron_nugget"
}
],
"tool": {
"tag": "modernrecipes:tools/shears"
}
}