Quick fix.

This commit is contained in:
LambdAurora
2021-06-23 14:24:49 +02:00
parent e652390583
commit a1773cc0d9
3 changed files with 4 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ This update also has a backport 1.14.4 version ([#9](https://github.com/LambdAur
## 1.7.0
- Updated to 1.17.
Small improvements to the codebase thanks to Java 16.
- Small improvements to the codebase thanks to Java 16.
- Fix controller bindings not being saved ([#31](https://github.com/LambdAurora/LambdaControls/issues/31), [#55](https://github.com/LambdAurora/LambdaControls/issues/55)).
- Dropped entirely Touchscreen Input Mode.
- Dropped Roughly Enough Items compatibility.

View File

@@ -9,7 +9,7 @@ loader_version=0.11.6
# Mod Properties
mod_version = 1.7.0
maven_group = dev.lambdaurora.lambdacontrols
maven_group = dev.lambdaurora
archives_base_name = lambdacontrols
modrinth_id=W1D3UXEc

View File

@@ -35,7 +35,8 @@
"fabricloader": ">=0.11.3",
"fabric": ">=0.36.0",
"minecraft": ">=1.7",
"spruceui": ">=3.1.0"
"spruceui": ">=3.1.0",
"java": ">=16"
},
"recommends": {
"modmenu": ">=1.12.2"