We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b8b36 commit e8b5e7dCopy full SHA for e8b5e7d
build.gradle
@@ -41,7 +41,7 @@ tasks.withType(JavaCompile).configureEach {
41
it.options.encoding = "UTF-8"
42
43
// Minecraft 1.17 (21w19a) upwards uses Java 16.
44
- it.options.release = 17
+ it.options.release = 21
45
}
46
47
java {
gradle.properties
@@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G
3
4
# Fabric Properties
5
# check these on https://fabricmc.net/develop
6
- minecraft_version=1.20.5-rc1
7
- yarn_mappings=1.20.5-rc1+build.2
+ minecraft_version=1.20.5-rc3
+ yarn_mappings=1.20.5-rc3+build.2
8
loader_version=0.15.10
9
10
# Mod Properties
0 commit comments