You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Separate movement and camera joysticks to fix boat movement (again)
- Fixed crashes with various mods
- Compatibility for Sodium 0.6.0
- Updated MidnightLib to 1.6.1
@Entry(category = CONTROLLER, name = "Max analog value: Left X", isSlider = true, min = .25f, max = 1.f) publicstaticdoublemaxAnalogValueLeftX = maxAnalogValues[0];
117
-
@Entry(category = CONTROLLER, name = "Max analog value: Left Y", isSlider = true, min = .25f, max = 1.f) publicstaticdoublemaxAnalogValueLeftY = maxAnalogValues[1];
118
-
@Entry(category = CONTROLLER, name = "Max analog value: Right X", isSlider = true, min = .25f, max = 1.f) publicstaticdoublemaxAnalogValueRightX = maxAnalogValues[2];
119
-
@Entry(category = CONTROLLER, name = "Max analog value: Right Y", isSlider = true, min = .25f, max = 1.f) publicstaticdoublemaxAnalogValueRightY = maxAnalogValues[3];
115
+
@Entry(category = CONTROLLER, name = "Max analog value: Left X", isSlider = true, min = .25f, max = 1.f) publicstaticdoublemaxAnalogValueLeftX = 1;
116
+
@Entry(category = CONTROLLER, name = "Max analog value: Left Y", isSlider = true, min = .25f, max = 1.f) publicstaticdoublemaxAnalogValueLeftY = 1;
117
+
@Entry(category = CONTROLLER, name = "Max analog value: Right X", isSlider = true, min = .25f, max = 1.f) publicstaticdoublemaxAnalogValueRightX = 1;
118
+
@Entry(category = CONTROLLER, name = "Max analog value: Right Y", isSlider = true, min = .25f, max = 1.f) publicstaticdoublemaxAnalogValueRightY = 1;
Copy file name to clipboardExpand all lines: common/src/main/java/eu/midnightdust/midnightcontrols/client/compat/mixin/sodium/SodiumOptionsGUIAccessor.java
0 commit comments