DashLoader compatibility (#2453). Thanks to alphaqu
This commit is contained in:
parent
779a2c8b60
commit
8c57ae4a4e
4 changed files with 66 additions and 0 deletions
|
@ -34,6 +34,12 @@ repositories {
|
|||
includeGroup "curse.maven"
|
||||
}
|
||||
}
|
||||
maven {
|
||||
url = "https://maven.oskarstrom.net"
|
||||
content {
|
||||
includeGroup "net.oskarstrom"
|
||||
}
|
||||
}
|
||||
maven {
|
||||
url "https://maven.shedaniel.me/"
|
||||
}
|
||||
|
@ -146,6 +152,8 @@ dependencies {
|
|||
optionalDependency "me.shedaniel:RoughlyEnoughItems-fabric:6.0.262-alpha"
|
||||
disabledOptionalDependency ('com.github.emilyploszaj:trinkets:2.6.7')
|
||||
disabledOptionalDependency "com.github.dexman545:autoswitch-api:-SNAPSHOT"
|
||||
optionalDependency 'net.oskarstrom:DashLoader:2.0'
|
||||
|
||||
}
|
||||
|
||||
def optionalDependency(String dep) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue