Tank Upgrade
sophisticatedbackpacks:tank_upgrade

Tank Upgrade

item

Function

Replaces part of backpack's inventory with fluid storage

Acquisition

Upgrade Next Tier using Any Glass, Any Glass, Any Glass, Any Glass, Upgrade Base, Any Glass, Any Glass, Any Glass and Any Glass, arranged in the pattern shown. Produces Tank Upgrade.

Upgrade Next Tier conditional
Tank Upgrade Tank Upgrade guaranteed
Developer reference
Registry name
sophisticatedbackpacks:tank_upgrade
Namespace
sophisticatedbackpacks
Mod ID
sophisticatedbackpacks

Recipe JSON (1):

{
  "recipe_type": "sophisticatedcore:upgrade_next_tier",
  "pattern": [
    "GGG",
    "GBG",
    "GGG"
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedbackpacks:upgrade_base"
    },
    "G": {
      "tag": "forge:glass"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:tank_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}