We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0846f commit 9b6d3d0Copy full SHA for 9b6d3d0
build.gradle
@@ -99,14 +99,6 @@ repositories {
99
includeGroup "dev.latvian.mods"
100
}
101
102
- maven {
103
- url "https://maven.saps.dev/minecraft"
104
- content {
105
- includeGroup "dev.latvian.apps"
106
- includeGroup "dev.latvian.mods"
107
- includeGroup "dev.ftb.mods"
108
- }
109
110
maven {
111
url "https://maven.ftb.dev/releases"
112
content {
@@ -135,9 +127,9 @@ repositories {
135
127
includeGroup "me.luligabi"
136
128
137
129
138
- // For FTBTeams/FTBQuests
130
+ // For KubeJS & FTBTeams/FTBQuests
139
131
140
132
+ url "https://maven.latvian.dev/releases"
141
133
142
134
143
includeGroup "dev.ftb.mods"
0 commit comments