mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-14 07:35:10 +01:00
Quick fix.
This commit is contained in:
@@ -123,7 +123,7 @@ This update also has a backport 1.14.4 version ([#9](https://github.com/LambdAur
|
|||||||
## 1.7.0
|
## 1.7.0
|
||||||
|
|
||||||
- Updated to 1.17.
|
- 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)).
|
- 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 entirely Touchscreen Input Mode.
|
||||||
- Dropped Roughly Enough Items compatibility.
|
- Dropped Roughly Enough Items compatibility.
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ loader_version=0.11.6
|
|||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.7.0
|
mod_version = 1.7.0
|
||||||
maven_group = dev.lambdaurora.lambdacontrols
|
maven_group = dev.lambdaurora
|
||||||
archives_base_name = lambdacontrols
|
archives_base_name = lambdacontrols
|
||||||
modrinth_id=W1D3UXEc
|
modrinth_id=W1D3UXEc
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,8 @@
|
|||||||
"fabricloader": ">=0.11.3",
|
"fabricloader": ">=0.11.3",
|
||||||
"fabric": ">=0.36.0",
|
"fabric": ">=0.36.0",
|
||||||
"minecraft": ">=1.7",
|
"minecraft": ">=1.7",
|
||||||
"spruceui": ">=3.1.0"
|
"spruceui": ">=3.1.0",
|
||||||
|
"java": ">=16"
|
||||||
},
|
},
|
||||||
"recommends": {
|
"recommends": {
|
||||||
"modmenu": ">=1.12.2"
|
"modmenu": ">=1.12.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user