add first patch
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"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": 5,
|
||||
"ingredient": {
|
||||
"item": "society:canvas"
|
||||
}
|
||||
},
|
||||
{
|
||||
"count": 4,
|
||||
"ingredient": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "toolbelt:belt"
|
||||
},
|
||||
"tool": {
|
||||
"type": "sewingkit:tool_ingredient",
|
||||
"tool_level": "minecraft:iron",
|
||||
"tool_type": "sewingkit_sew"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "sewingkit"
|
||||
},
|
||||
{
|
||||
"type": "toolbelt:enable_sewing_crafting"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "toolbelt:sewing_upgrade",
|
||||
"materials": [
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"type": "toolbelt:belt_upgrade_level",
|
||||
"upgrade_level": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "toolbelt:pouch"
|
||||
}
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "toolbelt:belt",
|
||||
"nbt": {
|
||||
"Size": 3
|
||||
}
|
||||
},
|
||||
"tool": {
|
||||
"type": "sewingkit:tool_ingredient",
|
||||
"tool_level": "minecraft:iron",
|
||||
"tool_type": "sewingkit_sew"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "sewingkit"
|
||||
},
|
||||
{
|
||||
"type": "toolbelt:enable_sewing_crafting"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "toolbelt:sewing_upgrade",
|
||||
"materials": [
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"type": "toolbelt:belt_upgrade_level",
|
||||
"upgrade_level": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "toolbelt:pouch"
|
||||
}
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "toolbelt:belt",
|
||||
"nbt": {
|
||||
"Size": 4
|
||||
}
|
||||
},
|
||||
"tool": {
|
||||
"type": "sewingkit:tool_ingredient",
|
||||
"tool_level": "minecraft:iron",
|
||||
"tool_type": "sewingkit_sew"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "sewingkit"
|
||||
},
|
||||
{
|
||||
"type": "toolbelt:enable_sewing_crafting"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "toolbelt:sewing_upgrade",
|
||||
"materials": [
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"type": "toolbelt:belt_upgrade_level",
|
||||
"upgrade_level": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "toolbelt:pouch"
|
||||
}
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "toolbelt:belt",
|
||||
"nbt": {
|
||||
"Size": 5
|
||||
}
|
||||
},
|
||||
"tool": {
|
||||
"type": "sewingkit:tool_ingredient",
|
||||
"tool_level": "minecraft:iron",
|
||||
"tool_type": "sewingkit_sew"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "sewingkit"
|
||||
},
|
||||
{
|
||||
"type": "toolbelt:enable_sewing_crafting"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "toolbelt:sewing_upgrade",
|
||||
"materials": [
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"type": "toolbelt:belt_upgrade_level",
|
||||
"upgrade_level": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "toolbelt:pouch"
|
||||
}
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "toolbelt:belt",
|
||||
"nbt": {
|
||||
"Size": 6
|
||||
}
|
||||
},
|
||||
"tool": {
|
||||
"type": "sewingkit:tool_ingredient",
|
||||
"tool_level": "minecraft:iron",
|
||||
"tool_type": "sewingkit_sew"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "sewingkit"
|
||||
},
|
||||
{
|
||||
"type": "toolbelt:enable_sewing_crafting"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "toolbelt:sewing_upgrade",
|
||||
"materials": [
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"type": "toolbelt:belt_upgrade_level",
|
||||
"upgrade_level": 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "toolbelt:pouch"
|
||||
}
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "toolbelt:belt",
|
||||
"nbt": {
|
||||
"Size": 7
|
||||
}
|
||||
},
|
||||
"tool": {
|
||||
"type": "sewingkit:tool_ingredient",
|
||||
"tool_level": "minecraft:iron",
|
||||
"tool_type": "sewingkit_sew"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "sewingkit"
|
||||
},
|
||||
{
|
||||
"type": "toolbelt:enable_sewing_crafting"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "toolbelt:sewing_upgrade",
|
||||
"materials": [
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"type": "toolbelt:belt_upgrade_level",
|
||||
"upgrade_level": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "toolbelt:pouch"
|
||||
}
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "toolbelt:belt",
|
||||
"nbt": {
|
||||
"Size": 8
|
||||
}
|
||||
},
|
||||
"tool": {
|
||||
"type": "sewingkit:tool_ingredient",
|
||||
"tool_level": "minecraft:iron",
|
||||
"tool_type": "sewingkit_sew"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "sewingkit"
|
||||
},
|
||||
{
|
||||
"type": "toolbelt:enable_sewing_crafting"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "toolbelt:sewing_upgrade",
|
||||
"materials": [
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"type": "toolbelt:belt_upgrade_level",
|
||||
"upgrade_level": 6
|
||||
}
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "toolbelt:pouch"
|
||||
}
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "toolbelt:belt",
|
||||
"nbt": {
|
||||
"Size": 9
|
||||
}
|
||||
},
|
||||
"tool": {
|
||||
"type": "sewingkit:tool_ingredient",
|
||||
"tool_level": "minecraft:iron",
|
||||
"tool_type": "sewingkit_sew"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user