Skip to content

Commit 1a545b5

Browse files
Upgrade to Java 21, Minecraft 1.20.5+
1 parent 06e7d66 commit 1a545b5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ processResources {
3030
}
3131
}
3232

33-
def targetJavaVersion = 17
33+
def targetJavaVersion = 21
3434
tasks.withType(JavaCompile).configureEach {
3535
// ensure that the encoding is set to UTF-8, no matter what the system default is
3636
// this fixes some edge cases with special characters not displaying correctly

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
org.gradle.jvmargs=-Xmx1G
33
# Fabric Properties
44
# check these on https://fabricmc.net/develop/
5-
minecraft_version=1.20.3
6-
yarn_mappings=1.20.3+build.1
5+
minecraft_version=1.20.5
6+
yarn_mappings=1.20.5+build.1
77
loader_version=0.14.21
88
# Mod Properties
99
mod_version=1.0.0

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
],
2424
"depends": {
2525
"fabricloader": ">=0.14.21",
26-
"minecraft": ">=1.20.3 <1.20.5"
26+
"minecraft": ">=1.20.5"
2727
}
2828
}

0 commit comments

Comments
 (0)