Inception Upgrade
sophisticatedbackpacks:inception_upgrade

Inception Upgrade

item

Function

Makes it possible to put backpacks into the backpack

Acquisition

Crafting using Eye of Ender, Any Nether Stars, Eye of Ender, Any Diamond Gem, Upgrade Base, Any Diamond Gem, Eye of Ender, Any Diamond Gem and Eye of Ender, arranged in the pattern shown. Produces Inception Upgrade.

Crafting conditional
Eye of Ender
Any Nether Stars
Eye of Ender
Any Diamond Gem
Upgrade Base
Any Diamond Gem
Eye of Ender
Any Diamond Gem
Eye of Ender
Inception Upgrade Inception Upgrade guaranteed
Developer reference
Registry name
sophisticatedbackpacks:inception_upgrade
Namespace
sophisticatedbackpacks
Mod ID
sophisticatedbackpacks

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ESE",
    "DBD",
    "EDE"
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedbackpacks:upgrade_base"
    },
    "D": {
      "tag": "forge:gems/diamond"
    },
    "E": {
      "item": "minecraft:ender_eye"
    },
    "S": {
      "tag": "forge:nether_stars"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:inception_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}