Unofficial transplantation
A Create mod addon that let you control your contraptions using an advanced controller, that you can use with your mouse, keyboard or even your gamepad !
First of all, you will need a JDK (java development kit) version 17 to build this mod.
You can check your Java version by running the command
java --version
Now go to the root of the project, and run
./gradlew build
to build the project
The output is located here :
build/libs
Please check the wiki for more information.
This mod relies on GLFW (the input/output library used by Minecraft) to handle joystick inputs. GLFW handle joystick as follows:
Any joystick/gamepad can work with the mod, as long as it is detected by GLFW. However, you will need to enable advanced input mode for that. Please check the wiki for more infos.
Here is a list of supported devices:
Due to a Create limitation, if a network is updated too many times it will break. This can happen if you connect an axis output to an Adjustable Chain Gearshift, for example. This behavior has been disabled since version 1.2.3 of the mod.
The joystick axis are directly read from GLFW. With most if not all gamepads, the +X axis points to the right, and the +Y axis points down.
IF YOU USE A NINTENDO CONTROLLER, YOU MIGHT WANT TO TAKE A LOOK AT THIS: https://github.com/getItemFromBlock/Create-Tweaked-Controllers/issues/1.