mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-14 07:35:10 +01:00
✨ Add touchscreen support but still WIP.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 8.9 KiB |
@@ -4,8 +4,8 @@
|
||||
controls = "default"
|
||||
|
||||
[hud]
|
||||
# Dertermines which side is used depending of the main hand.
|
||||
side = "right_handed"
|
||||
# Dertermines where the movements buttons are.
|
||||
side = "left"
|
||||
|
||||
# Controller settings
|
||||
[controller]
|
||||
|
||||
@@ -26,7 +26,8 @@
|
||||
"depends": {
|
||||
"fabricloader": ">=0.4.0",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.14.x"
|
||||
"minecraft": "1.14.x",
|
||||
"cotton-client-commands": ">=0.4.2+1.14.3-SNAPSHOT"
|
||||
},
|
||||
"suggests": {
|
||||
"flamingo": "*"
|
||||
|
||||
@@ -3,8 +3,10 @@
|
||||
"package": "me.lambdaurora.lambdacontrols.mixin",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"client": [
|
||||
"InGameHudMixin",
|
||||
"KeyBindingMixin",
|
||||
"MinecraftClientMixin",
|
||||
"KeyBindingMixin"
|
||||
"MouseMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
||||
Reference in New Issue
Block a user