Linked Controller
create:linked_controller

Linked Controller

Create · by simibubi
item

Function

_Toggles_ the controller. _Movement_ _controls_ are taken over while its active. Opens the manual _Configuration Interface_. Enables _Bind Mode_, press one of the _six controls_ to bind it to the _Links' Frequency_. Places the Controller into the Lectern for easy activation. (R-Click while Sneaking to retrieve it) R-Click R-Click while Sneaking R-Click on Redstone Link Receiver R-Click on Lectern Grants _handheld_ _control_ over _Redstone Link_ frequencies assigned to its _six_ _buttons_.

Acquisition

Crafting using Any Wooden Buttons, Any Wooden Buttons, Any Wooden Buttons, Redstone Link, Any Wooden Buttons, Any Wooden Buttons and Any Wooden Buttons, arranged in the pattern shown. Produces Linked Controller.

Crafting
Any Wooden Buttons
Any Wooden Buttons
Any Wooden Buttons
Redstone Link
Any Wooden Buttons
Any Wooden Buttons
Any Wooden Buttons
Linked Controller Linked Controller guaranteed
Developer reference
Registry name
create:linked_controller
Namespace
create
Mod ID
create

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SSS",
    " P ",
    "SSS"
  ],
  "ingredients": {
    "P": {
      "item": "create:redstone_link"
    },
    "S": {
      "tag": "minecraft:wooden_buttons"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}