Everlasting Upgrade
sophisticatedbackpacks:everlasting_upgrade

Everlasting Upgrade

item

Function

Backpack becomes indestructible Can't despawn or fall into void

Acquisition

Crafting using End Crystal, Any Nether Stars, End Crystal, Any Nether Stars, Upgrade Base, Any Nether Stars, End Crystal, Any Nether Stars and End Crystal, arranged in the pattern shown. Produces Everlasting Upgrade.

Crafting conditional
End Crystal
Any Nether Stars
End Crystal
Any Nether Stars
Upgrade Base
Any Nether Stars
End Crystal
Any Nether Stars
End Crystal
Everlasting Upgrade Everlasting Upgrade guaranteed
Developer reference
Registry name
sophisticatedbackpacks:everlasting_upgrade
Namespace
sophisticatedbackpacks
Mod ID
sophisticatedbackpacks

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CSC",
    "SBS",
    "CSC"
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedbackpacks:upgrade_base"
    },
    "C": {
      "item": "minecraft:end_crystal"
    },
    "S": {
      "tag": "forge:nether_stars"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:everlasting_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}