Jukebox Upgrade
sophisticatedbackpacks:jukebox_upgrade

Jukebox Upgrade

item

Function

Portable Jukebox

Acquisition

Crafting using Any String, Jukebox Upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Jukebox Upgrade.

Crafting conditional
Any String
Jukebox Upgrade
Any String
Ersatz Leather
Any String
Any String
Jukebox Upgrade Jukebox Upgrade guaranteed

Crafting using Jukebox, Any Iron Ingot, Upgrade Base, Any Iron Ingot and Any Redstone Dust, arranged in the pattern shown. Produces Jukebox Upgrade.

Crafting conditional
Jukebox Upgrade Jukebox Upgrade guaranteed

Used in (1)

Upgrade Next Tier using Any Diamond Gem, Any Gold Ingot, Jukebox Upgrade, Any Gold Ingot, Any Redstone Dust, Any Redstone Dust and Any Redstone Dust, arranged in the pattern shown. Produces Advanced Jukebox Upgrade.

Upgrade Next Tier conditional
Any Diamond Gem
Any Gold Ingot
Jukebox Upgrade
Any Gold Ingot
Any Redstone Dust
Any Redstone Dust
Any Redstone Dust
Advanced Jukebox Upgrade Advanced Jukebox Upgrade guaranteed
Developer reference
Registry name
sophisticatedbackpacks:jukebox_upgrade
Namespace
sophisticatedbackpacks
Mod ID
sophisticatedbackpacks

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "TUT",
    " L ",
    "T T"
  ],
  "ingredients": {
    "L": {
      "tag": "forge:leather"
    },
    "T": {
      "tag": "forge:string"
    },
    "U": {
      "item": "sophisticatedstorage:jukebox_upgrade"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "sophisticatedbackpacks"
      },
      "type": "forge:mod_loaded"
    },
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:jukebox_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " J ",
    "IBI",
    " R "
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedbackpacks:upgrade_base"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "J": {
      "item": "minecraft:jukebox"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:jukebox_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}