mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-14 15:45:09 +01:00
🚧 WIP on REI compatiblity.
This commit is contained in:
@@ -95,10 +95,10 @@ auto_switch_mode = false
|
||||
sprint = "9"
|
||||
# Swap hands control.
|
||||
swap_hands = "2"
|
||||
# Switch to left tab control.
|
||||
tab_left = "4"
|
||||
# Switch to right tab control.
|
||||
tab_right = "5"
|
||||
# Switch to back tab control.
|
||||
tab_back = "4"
|
||||
# Switch to next tab control.
|
||||
tab_next = "5"
|
||||
# Toggle perspective control.
|
||||
toggle_perspective = "11+3"
|
||||
# Toggle smooth camera control.
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"lambdacontrols.mixins.json"
|
||||
"lambdacontrols.mixins.json",
|
||||
"lambdacontrols_compat.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.4.0",
|
||||
@@ -40,7 +41,8 @@
|
||||
"okzoomer": ">=1.0.4"
|
||||
},
|
||||
"suggests": {
|
||||
"flamingo": "*"
|
||||
"flamingo": "*",
|
||||
"roughlyenoughitems": ">=3.4.5"
|
||||
},
|
||||
"breaks": {
|
||||
"modmenu": "<1.9.0"
|
||||
|
||||
12
fabric/src/main/resources/lambdacontrols_compat.mixins.json
Normal file
12
fabric/src/main/resources/lambdacontrols_compat.mixins.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "me.lambdaurora.lambdacontrols.client.compat.mixin",
|
||||
"plugin": "me.lambdaurora.lambdacontrols.client.compat.LambdaControlsMixinPlugin",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"client": [
|
||||
"RecipeViewingScreenAccessor"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user