This repository was archived by the owner on Nov 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +14
-60
lines changed
Expand file tree Collapse file tree 5 files changed +14
-60
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,7 @@ version = "${project.property("version")}+${project.property("minecraft_cts8")}"
88base.archivesName = " AxolotlClient"
99
1010repositories {
11- maven {
12- name = " CombatReforged"
13- url = uri(" https://maven.fabric.rizecookey.net/" )
14- }
11+ maven(" https://maven.fabric.rizecookey.net/" )
1512}
1613
1714loom {
Original file line number Diff line number Diff line change @@ -20,21 +20,12 @@ loom {
2020}
2121
2222repositories {
23- exclusiveContent {
24- forRepository {
25- maven {
26- name = " Modrinth"
27- url = uri(" https://api.modrinth.com/maven" )
28- }
29- }
30- filter {
23+ maven(" https://api.modrinth.com/maven" ) {
24+ content {
3125 includeGroup(" maven.modrinth" )
3226 }
3327 }
34- maven {
35- name = " Noxcrew/Public"
36- url = uri(" https://maven.noxcrew.com/public" )
37- }
28+ maven(" https://maven.noxcrew.com/public" )
3829 maven(" https://maven.enginehub.org/repo/" )
3930}
4031
Original file line number Diff line number Diff line change @@ -22,20 +22,10 @@ loom {
2222}
2323
2424repositories {
25- maven {
26- name = " Noxcrew/Public"
27- url = uri(" https://maven.noxcrew.com/public" )
28- }
25+ maven(" https://maven.noxcrew.com/public" )
2926 maven(" https://maven.enginehub.org/repo/" )
30-
31- exclusiveContent {
32- forRepository {
33- maven {
34- name = " Modrinth"
35- url = uri(" https://api.modrinth.com/maven" )
36- }
37- }
38- filter {
27+ maven(" https://api.modrinth.com/maven" ) {
28+ content {
3929 includeGroup(" maven.modrinth" )
4030 }
4131 }
Original file line number Diff line number Diff line change @@ -20,19 +20,8 @@ loom {
2020}
2121
2222repositories {
23- exclusiveContent {
24- forRepository {
25- maven {
26- name = " Modrinth"
27- url = uri(" https://api.modrinth.com/maven" )
28- }
29- }
30- maven {
31- name = " Noxcrew/Public"
32- url = uri(" https://maven.noxcrew.com/public" )
33- }
34- maven(" https://maven.enginehub.org/repo/" )
35- filter {
23+ maven(" https://api.modrinth.com/maven" ) {
24+ content {
3625 includeGroup(" maven.modrinth" )
3726 }
3827 }
Original file line number Diff line number Diff line change @@ -24,24 +24,11 @@ repositories {
2424
2525allprojects {
2626 repositories {
27- maven {
28- name = " TerraformersMC Maven"
29- url = uri(" https://maven.terraformersmc.com/releases/" )
30- }
31- maven {
32- name = " Quilt"
33- url = uri(" https://maven.quiltmc.org/repository/release" )
34- }
35- maven {
36- url = uri(" https://moehreag.duckdns.org/maven/releases" )
37- }
38- maven {
39- url = uri(" https://moehreag.duckdns.org/maven/snapshots" )
40- }
41- maven {
42- name = " ParchmentMC"
43- url = uri(" https://maven.parchmentmc.org" )
44- }
27+ maven(" https://maven.terraformersmc.com/releases/" )
28+ maven(" https://maven.quiltmc.org/repository/release" )
29+ maven(" https://moehreag.duckdns.org/maven/releases" )
30+ maven(" https://moehreag.duckdns.org/maven/snapshots" )
31+ maven(" https://maven.parchmentmc.org" )
4532 mavenLocal()
4633 mavenCentral()
4734 }
You can’t perform that action at this time.
0 commit comments