Crafting using Any Redstone Dust, Any Iron Ingot, Any Redstone Dust, Any Iron Ingot, Upgrade Base, Any Iron Ingot, Any Redstone Dust, Furnace and Any Redstone Dust, arranged in the pattern shown. Produces Smelting Upgrade.
Smelting Upgrade
Function
Smelting in an upgrade tab
Acquisition
Crafting using Any String, Smelting Upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Smelting Upgrade.
Used in (3)
Upgrade Next Tier using Any Diamond Gem, Hopper, Any Diamond Gem, Any Redstone Dust, Smelting Upgrade, Hopper, Any Gold Ingot, Hopper and Any Gold Ingot, arranged in the pattern shown. Produces Auto-smelting Upgrade.
Crafting using Any Logs, Any Logs, Smelting Upgrade, Any Logs and Any Logs, arranged in the pattern shown. Produces Smoking Upgrade.
Crafting using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Smelting Upgrade, Any Iron Ingot, Smooth Stone, Smooth Stone and Smooth Stone, arranged in the pattern shown. Produces Blasting Upgrade.
Developer reference
- Registry name
sophisticatedbackpacks:smelting_upgrade- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"RIR",
"IBI",
"RFR"
],
"ingredients": {
"B": {
"item": "sophisticatedbackpacks:upgrade_base"
},
"F": {
"item": "minecraft:furnace"
},
"I": {
"tag": "forge:ingots/iron"
},
"R": {
"tag": "forge:dusts/redstone"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:smelting_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:smelting_upgrade"
}
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "sophisticatedbackpacks"
},
"type": "forge:mod_loaded"
},
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:smelting_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}


