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/miners_delight/recipes/cutting/wild_cave_carrot.json
2023-11-02 12:32:44 -05:00

28 lines
505 B
JSON

{
"type": "farmersdelight:cutting",
"ingredients": [
{
"item": "miners_delight:wild_cave_carrots"
}
],
"result": [
{
"item": "miners_delight:gossypium"
},
{
"chance": 0.5,
"item": "miners_delight:gossypium"
},
{
"item": "miners_delight:cave_carrot"
},
{
"chance": 0.5,
"count": 2,
"item": "miners_delight:cave_carrot"
}
],
"tool": {
"tag": "modernrecipes:tools/shears"
}
}