File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111}
1212
1313repositories {
14+ maven { url = " https://api.modrinth.com/maven" }
1415 maven { url = " https://maven.shedaniel.me/" }
1516 maven { url = " https://maven.terraformersmc.com/releases/" }
1617 maven { url = " https://jitpack.io" }
@@ -34,9 +35,7 @@ dependencies {
3435 include group : ' com.electronwill.night-config' , name : ' core' , version : ' 3.8.1'
3536
3637 // Mods
37- modCompileOnly files(' C:/c2me-opts-chunk-access-mc1.20.1-0.2.0+alpha.11.13.jar' )
38- modCompileOnly files(' C:/c2me-fixes-worldgen-threading-issues-mc1.20.1-0.2.0+alpha.11.13.jar' )
39- modCompileOnly files(' C:/c2me-fixes-general-threading-issues-mc1.20.1-0.2.0+alpha.11.13.jar' )
38+ modCompileOnly files(' libs/c2me-fabric-mc1.20.1-0.2.0+alpha.11.16.jar' )
4039}
4140
4241processResources {
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.11 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments