Skip to content

Commit 152fff6

Browse files
committed
Correct Fabric dependencies
1 parent 8bc66ff commit 152fff6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/main/resources/fabric.mod.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
"accessWidener": "resolutioncontrol.accesswidener",
3333
"depends": {
3434
"fabricloader": ">=0.12.8",
35-
"minecraft": ">=1.18"
35+
"fabric": "*",
36+
"minecraft": ">=1.18",
37+
"java": ">=17"
3638
},
3739
"suggests": {
3840
"flamingo": "*"

src/main/resources/resolutioncontrol.mixins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"required": true,
33
"package": "io.github.ultimateboomer.resolutioncontrol.mixin",
4-
"compatibilityLevel": "JAVA_8",
4+
"compatibilityLevel": "JAVA_17",
55
"client": [
66
"GameRendererMixin",
77
"MinecraftClientMixin",

0 commit comments

Comments
 (0)