Skip to content

Commit

Permalink
Java Compatability changes. Changed min Minecraft version to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmayr committed Dec 31, 2021
1 parent 3740d95 commit 5453f89
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ processResources {
}
}

def targetJavaVersion = 17
def targetJavaVersion = 8
tasks.withType(JavaCompile).configureEach {
// ensure that the encoding is set to UTF-8, no matter what the system default is
// this fixes some edge cases with special characters not displaying correctly
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/deathshot.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"required": true,
"minVersion": "0.8",
"package": "at.toastiii.deathshot.client.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"MinecraftClientMixin"
],
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
],
"depends": {
"fabricloader": ">=0.12.12",
"minecraft": "*"
"minecraft": ">1.16.5"
}
}

0 comments on commit 5453f89

Please sign in to comment.