Skip to content

Commit e8b5e7d

Browse files
committed
finished 1.20.5 update
1 parent 79b8b36 commit e8b5e7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tasks.withType(JavaCompile).configureEach {
4141
it.options.encoding = "UTF-8"
4242

4343
// Minecraft 1.17 (21w19a) upwards uses Java 16.
44-
it.options.release = 17
44+
it.options.release = 21
4545
}
4646

4747
java {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G
33

44
# Fabric Properties
55
# check these on https://fabricmc.net/develop
6-
minecraft_version=1.20.5-rc1
7-
yarn_mappings=1.20.5-rc1+build.2
6+
minecraft_version=1.20.5-rc3
7+
yarn_mappings=1.20.5-rc3+build.2
88
loader_version=0.15.10
99

1010
# Mod Properties

0 commit comments

Comments
 (0)