File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ processResources {
5050}
5151
5252tasks. withType(JavaCompile ). configureEach {
53- it. options. release = 21
53+ it. options. release = 17
5454}
5555
5656java {
5757 withSourcesJar()
5858
59- sourceCompatibility = JavaVersion . VERSION_21
60- targetCompatibility = JavaVersion . VERSION_21
59+ sourceCompatibility = JavaVersion . VERSION_17
60+ targetCompatibility = JavaVersion . VERSION_17
6161}
6262
6363jar {
Original file line number Diff line number Diff line change 2626 "depends" : {
2727 "fabricloader" : " >=0.14.3" ,
2828 "minecraft" : " 1.20.1" ,
29- "java" : " >=21 " ,
29+ "java" : " >=17 " ,
3030 "fabric-api" : " *"
3131 },
3232 "accessWidener" : " randomworldnames.accesswidener"
Original file line number Diff line number Diff line change 11{
22 "required" : true ,
33 "package" : " io.github.moehreag.randomworldnames.mixin" ,
4- "compatibilityLevel" : " JAVA_21 " ,
4+ "compatibilityLevel" : " JAVA_17 " ,
55 "client" : [
66 " CreateWorldScreenMixin" ,
77 " WorldCreatorMixin"
You can’t perform that action at this time.
0 commit comments