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

22 lines
366 B
JSON

{
"type": "farmersdelight:cutting",
"ingredients": [
{
"item": "environmental:architect_belt"
}
],
"tool": {
"tag": "modernrecipes:tools/shears"
},
"result": [
{
"item": "minecraft:rabbit_hide"
}
],
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "environmental"
}
]
}