Upgrade Next Tier using Any Diamond Gem, Any Gold Ingot, Deposit Upgrade, Any Gold Ingot, Any Redstone Dust, Any Redstone Dust and Any Redstone Dust, arranged in the pattern shown. Produces Advanced Deposit Upgrade.
Advanced Deposit Upgrade
Function
Deposits items from backpack into sneak right clicked inventory Has more filtering options
Acquisition
Developer reference
- Registry name
sophisticatedbackpacks:advanced_deposit_upgrade- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks
Recipe JSON (1):
{
"recipe_type": "sophisticatedcore:upgrade_next_tier",
"pattern": [
" D ",
"GVG",
"RRR"
],
"ingredients": {
"D": {
"tag": "forge:gems/diamond"
},
"G": {
"tag": "forge:ingots/gold"
},
"R": {
"tag": "forge:dusts/redstone"
},
"V": {
"item": "sophisticatedbackpacks:deposit_upgrade"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:advanced_deposit_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}