File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -224,16 +224,6 @@ repositories {
224224 includeGroup(" me.shedaniel.cloth" )
225225 }
226226 }
227- maven {
228- url = uri(" https://maven.pkg.github.com/refinedmods/refinedstorage" )
229- credentials {
230- username = " anything"
231- password = " \u 0067hp_oGjcDFCn8jeTzIj4Ke9pLoEVtpnZMP4VQgaX"
232- }
233- content {
234- includeModule(" com.refinedmods" , " refinedstorage" )
235- }
236- }
237227 maven {
238228 name = ' Kotlin for Forge'
239229 url = ' https://thedarkcolour.github.io/KotlinForForge/'
@@ -293,12 +283,9 @@ dependencies {
293283 runtimeOnly fg. deobf(" top.theillusivec4.curios:curios-forge:${ curios_version} " )
294284
295285 // Refined Storage
296- compileOnly fg. deobf(" com.refinedmods:refinedstorage:${ refinedstorage_version} " ) {
297- transitive false
298- }
299- runtimeOnly fg. deobf(" com.refinedmods:refinedstorage:${ refinedstorage_version} " ) {
300- transitive false
301- }
286+ compileOnly fg. deobf(" curse.maven:refined-storage-243076:4861827" )
287+
288+ runtimeOnly fg. deobf(" curse.maven:refined-storage-243076:4861827" )
302289
303290 // AE2 Things
304291 compileOnly fg. deobf(" curse.maven:ae2things-609977:${ ae2things_version} -sources" )
You can’t perform that action at this time.
0 commit comments