Remote Upgrade
storagedrawers:remote_upgrade

Remote Upgrade

item

Function

Lets single drawer remotely connect to controller Use on controller to bind upgrade

Acquisition

Crafting using Ender Pearl, Any Redstone Dust, Upgrade Template, Any Redstone Dust, Treated Stick, Treated Stick and Treated Stick, arranged in the pattern shown. Produces Remote Upgrade.

Crafting
Ender Pearl
Any Redstone Dust
Upgrade Template
Any Redstone Dust
Treated Stick
Treated Stick
Treated Stick
Remote Upgrade Remote Upgrade guaranteed

Used in (1)

Crafting using Ender Pearl, Remote Upgrade and Ender Pearl, arranged in the pattern shown. Produces Remote Group Upgrade.

Crafting
Ender Pearl
Remote Upgrade
Ender Pearl
Remote Group Upgrade Remote Group Upgrade guaranteed
Developer reference
Registry name
storagedrawers:remote_upgrade
Namespace
storagedrawers
Mod ID
storagedrawers

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " E ",
    "RXR",
    "///"
  ],
  "ingredients": {
    "/": {
      "tag": "forge:rods/wooden"
    },
    "E": {
      "item": "minecraft:ender_pearl"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    },
    "X": {
      "item": "storagedrawers:upgrade_template"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}