File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ processResources {
3030 }
3131}
3232
33- def targetJavaVersion = 17
33+ def targetJavaVersion = 21
3434tasks. 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
Original file line number Diff line number Diff line change 22org.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
77loader_version =0.14.21
88# Mod Properties
99mod_version =1.0.0
Original file line number Diff line number Diff line change 2323 ],
2424 "depends" : {
2525 "fabricloader" : " >=0.14.21" ,
26- "minecraft" : " >=1.20.3 <1.20. 5"
26+ "minecraft" : " >=1.20.5"
2727 }
2828}
You can’t perform that action at this time.
0 commit comments