🔖 LambdaControls v1.3.1: Fix broken inventory interactions and virtual mouse bug.

This commit is contained in:
LambdAurora
2020-06-28 22:22:19 +02:00
parent 4669e446dc
commit 24f7054eff
12 changed files with 222 additions and 79 deletions

View File

@@ -34,7 +34,7 @@
"fabricloader": ">=0.8.0",
"fabric": "*",
"minecraft": ">=1.16",
"spruceui": ">=1.5.1"
"spruceui": ">=1.5.2"
},
"recommends": {
"modmenu": ">=1.12.2",
@@ -49,6 +49,10 @@
"optifabric": "*"
},
"custom": {
"modmenu:clientsideOnly": true
"modmenu:clientsideOnly": true,
"modupdater": {
"strategy": "curseforge",
"projectID": 354231
}
}
}