Remote Group Upgrade
storagedrawers:remote_group_upgrade

Remote Group Upgrade

item

Function

Lets connected drawer group remotely connect to controller Use on controller to bind upgrade

Acquisition

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

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

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_group_upgrade
Namespace
storagedrawers
Mod ID
storagedrawers

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "EEE",
    "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
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "EXE"
  ],
  "ingredients": {
    "E": {
      "item": "minecraft:ender_pearl"
    },
    "X": {
      "item": "storagedrawers:remote_upgrade"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}