🚧 WIP of chording and next release.

This commit is contained in:
LambdAurora
2020-01-01 01:54:14 +01:00
parent 9ae1bc2a3b
commit 46d43c6f46
50 changed files with 1710 additions and 1231 deletions

View File

@@ -18,6 +18,9 @@
"entrypoints": {
"client": [
"me.lambdaurora.lambdacontrols.LambdaControls"
],
"modmenu": [
"me.lambdaurora.lambdacontrols.LambdaControlsModMenu"
]
},
"mixins": [
@@ -26,7 +29,11 @@
"depends": {
"fabricloader": ">=0.4.0",
"fabric": "*",
"minecraft": "1.15.x"
"minecraft": "1.15.x",
"spruceui": ">=1.0.1"
},
"recommends": {
"modmenu": ">=1.8.0+build.16"
},
"suggests": {
"flamingo": "*"