File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
fabric/src/main/resources
src/main/resources/META-INF Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id(" java" )
33 id(" java-library" )
4- kotlin(" jvm" ) version(" 2.0.0 " )
4+ kotlin(" jvm" ) version(" 2.2.20 " )
55
6- id(" dev.architectury.loom" ) version(" 1.7 -SNAPSHOT" ) apply false
6+ id(" dev.architectury.loom" ) version(" 1.11 -SNAPSHOT" ) apply false
77 id(" architectury-plugin" ) version(" 3.4-SNAPSHOT" ) apply false
88}
99
Original file line number Diff line number Diff line change 2828 "fabric-api" : " *" ,
2929 "minecraft" : " >=1.21.0" ,
3030 "java" : " >=21" ,
31- "cobblemon" : " >=1.6 .0"
31+ "cobblemon" : " >=1.7 .0"
3232 },
3333 "custom" : {
3434 "modmenu" : {
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ maven_group=dev.chasem.cobblemonextras
88
99architectury_version =13.0.6
1010
11- fabric_loader_version =0.16.5
12- fabric_api_version =0.104.0 +1.21.1
13- fabric_kotlin =1.12.3 +kotlin.2.0.21
11+ fabric_loader_version =0.17.2
12+ fabric_api_version =0.116.6 +1.21.1
13+ fabric_kotlin =1.13.6 +kotlin.2.2.20
1414
15- neoforge_version =21.1.66
15+ neoforge_version =21.1.182
1616
17- cobblemon_version =1.6.1 +1.21.1-SNAPSHOT
17+ cobblemon_version =1.7.0 +1.21.1-SNAPSHOT
1818
1919
2020
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
4949
5050 modImplementation(" com.cobblemon:neoforge:${ property("cobblemon_version")} " )
5151
52- forgeRuntimeLibrary(" thedarkcolour:kotlinforforge-neoforge:5.3 .0" ) {
52+ forgeRuntimeLibrary(" thedarkcolour:kotlinforforge-neoforge:5.10 .0" ) {
5353 exclude group : " net.neoforged.fancymodloader" , module : " loader"
5454 }
5555
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ side = "BOTH"
3434[[dependencies .cobblemonextras ]]
3535modId = " cobblemon"
3636mandatory = true
37- versionRange = " [1.6 .0,)"
37+ versionRange = " [1.7 .0,)"
3838ordering = " NONE"
3939side = " BOTH"
You can’t perform that action at this time.
0 commit comments