47 lines
971 B
JSON
47 lines
971 B
JSON
{
|
|
"type": "forge:conditional",
|
|
"recipes": [
|
|
{
|
|
"conditions": [
|
|
{
|
|
"type": "forge:mod_loaded",
|
|
"modid": "sewingkit"
|
|
},
|
|
{
|
|
"type": "toolbelt:enable_sewing_crafting"
|
|
}
|
|
],
|
|
"recipe": {
|
|
"type": "sewingkit:sewing",
|
|
"materials": [
|
|
{
|
|
"count": 2,
|
|
"ingredient": {
|
|
"item": "farmersdelight:rope"
|
|
}
|
|
},
|
|
{
|
|
"count": 3,
|
|
"ingredient": {
|
|
"item": "society:canvas"
|
|
}
|
|
},
|
|
{
|
|
"count": 2,
|
|
"ingredient": {
|
|
"item": "numismatics:sun"
|
|
}
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "toolbelt:pouch"
|
|
},
|
|
"tool": {
|
|
"type": "sewingkit:tool_ingredient",
|
|
"tool_level": "minecraft:iron",
|
|
"tool_type": "sewingkit_sew"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |