Skip to content

About the mod

getItemFromBlock edited this page Aug 24, 2023 · 6 revisions

About the mod

This mod aims to extend the Create's linked controller by adding an advanced variant: the Tweaked Linked Controller.
It was made with Valkyrien Skies' clockwork in mind. While I can't guarantee that it will work out of the box when Create: Aeronautics comes out, it should work with it the same way it works with Clockwork.
Current version of Minecraft is 1.18.2, and the currently supported versions of create are 0.5.0.g - 0.5.0.i.
Create 0.5.1+ and future versions of Minecraft are planned.

The tweaked controller

This controller has a total of 15 buttons and 6 axis which can be each bound to a different redstone link. The idea is to allow a maximum of control over your contraptions without needing to switch controllers.
Each button will output a redstone value of either 0 (inactive) or 15 (active) like the default linked controller.
Each axis will output a redstone value between 0 and 15 depending of the axis value. This is very useful when used with things like Clockwork's flap bearing.

Input configurations

The controller can takes input from a controller, a joystick, a keyboard or a mouse.
There is two input methods :

  • The simple mode
  • the advanced mode

The simple mode is enabled by default. this mode will behave like the first version of the mod; it will take inputs from your gamepad using the layout provided by GLFW. You might prefer this mode if you have a compatible gamepad, as it does not requires any settings to work. However if you don't have a gamepad, or if you have something like a joystick or if you just want to remap your bindings you will need to use the advanced mode.

Clone this wiki locally