Crafting using Crafting Table, Any Iron Ingot, Upgrade Base, Any Iron Ingot and Any Chests, arranged in the pattern shown. Produces Crafting Upgrade.
Crafting Upgrade
Function
Crafting table in an upgrade tab
Acquisition
Crafting using Any String, Crafting Upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Crafting Upgrade.
Developer reference
- Registry name
sophisticatedbackpacks:crafting_upgrade- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" T ",
"IBI",
" C "
],
"ingredients": {
"B": {
"item": "sophisticatedbackpacks:upgrade_base"
},
"C": {
"tag": "forge:chests"
},
"I": {
"tag": "forge:ingots/iron"
},
"T": {
"item": "minecraft:crafting_table"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:crafting_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"TUT",
" L ",
"T T"
],
"ingredients": {
"L": {
"tag": "forge:leather"
},
"T": {
"tag": "forge:string"
},
"U": {
"item": "sophisticatedstorage:crafting_upgrade"
}
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "sophisticatedbackpacks"
},
"type": "forge:mod_loaded"
},
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:crafting_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
