From a1773cc0d9db5916664a148e055ae0e96dd0f90a Mon Sep 17 00:00:00 2001 From: LambdAurora Date: Wed, 23 Jun 2021 14:24:49 +0200 Subject: [PATCH] Quick fix. --- CHANGELOG.md | 2 +- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa38bcf..fd6af89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/gradle.properties b/gradle.properties index cb75789..426eaa8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 2a198d7..2e24e65 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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"