File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed
Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,13 @@ base {
1515
1616repositories {
1717 mavenCentral()
18+ maven {
19+ name = " ViaVersion"
20+ url = " https://repo.viaversion.com"
21+ }
1822 maven {
1923 name = " Lenni0451"
20- url " https://maven.lenni0451.net/everything"
24+ url = " https://maven.lenni0451.net/everything"
2125 }
2226 maven {
2327 name = " OpenCollab Releases"
@@ -28,12 +32,20 @@ repositories {
2832 url = " https://repo.opencollab.dev/maven-snapshots/"
2933 }
3034 maven {
31- name = " ViaVersion"
32- url " https://repo.viaversion.com"
35+ name = " Minecraft Libraries"
36+ url = " https://libraries.minecraft.net"
37+
38+ content {
39+ includeGroup " com.mojang"
40+ }
3341 }
3442 maven {
35- name = " Minecraft Libraries"
36- url " https://libraries.minecraft.net"
43+ name = " Jitpack"
44+ url = " https://jitpack.io"
45+
46+ content {
47+ includeGroup " com.github.Oryxel"
48+ }
3749 }
3850}
3951
You can’t perform that action at this time.
0 commit comments