Crafting using Any String, Auto-blasting Upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Auto-blasting Upgrade.
Auto-blasting Upgrade
Function
Blasting ores and metal stuff in an upgrade tab Automatically pulls/pushes items
Acquisition
Upgrade Next Tier using Any Diamond Gem, Hopper, Any Diamond Gem, Any Redstone Dust, Blasting Upgrade, Hopper, Any Gold Ingot, Hopper and Any Gold Ingot, arranged in the pattern shown. Produces Auto-blasting Upgrade.
Crafting using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Auto-smelting Upgrade, Any Iron Ingot, Smooth Stone, Smooth Stone and Smooth Stone, arranged in the pattern shown. Produces Auto-blasting Upgrade.
Developer reference
- Registry name
sophisticatedbackpacks:auto_blasting_upgrade- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks
Recipe JSON (3):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"TUT",
" L ",
"T T"
],
"ingredients": {
"L": {
"tag": "forge:leather"
},
"T": {
"tag": "forge:string"
},
"U": {
"item": "sophisticatedstorage:auto_blasting_upgrade"
}
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "sophisticatedbackpacks"
},
"type": "forge:mod_loaded"
},
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:auto_blasting_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "sophisticatedcore:upgrade_next_tier",
"pattern": [
"DHD",
"RSH",
"GHG"
],
"ingredients": {
"D": {
"tag": "forge:gems/diamond"
},
"G": {
"tag": "forge:ingots/gold"
},
"H": {
"item": "minecraft:hopper"
},
"R": {
"tag": "forge:dusts/redstone"
},
"S": {
"item": "sophisticatedbackpacks:blasting_upgrade"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:auto_blasting_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"III",
"ISI",
"TTT"
],
"ingredients": {
"I": {
"tag": "forge:ingots/iron"
},
"S": {
"item": "sophisticatedbackpacks:auto_smelting_upgrade"
},
"T": {
"item": "minecraft:smooth_stone"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:auto_blasting_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
