mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 23:13:28 +01:00
Remove iris/sodium from runtime
If needing testing can always throw the jars in the mods folder
This commit is contained in:
parent
7fb62cb859
commit
5fb22fa63c
1 changed files with 0 additions and 5 deletions
|
@ -94,9 +94,6 @@ repositories {
|
||||||
includeGroup "curse.maven"
|
includeGroup "curse.maven"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
maven {
|
|
||||||
url = "https://api.modrinth.com/maven"
|
|
||||||
}
|
|
||||||
maven { url = 'https://maven.octo-studios.com/releases' }
|
maven { url = 'https://maven.octo-studios.com/releases' }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -113,8 +110,6 @@ dependencies {
|
||||||
|
|
||||||
localRuntime "curse.maven:jade-324717:5803666"
|
localRuntime "curse.maven:jade-324717:5803666"
|
||||||
localRuntime "curse.maven:mekanism-268560:5680395"
|
localRuntime "curse.maven:mekanism-268560:5680395"
|
||||||
localRuntime "maven.modrinth:sodium:mc1.21.1-0.6.0-beta.4-neoforge"
|
|
||||||
localRuntime "curse.maven:irisshaders-455508:5873114"
|
|
||||||
|
|
||||||
// Immersive Engineering, mainly for compat datagen
|
// Immersive Engineering, mainly for compat datagen
|
||||||
localRuntime "curse.maven:ie-231951:5828000"
|
localRuntime "curse.maven:ie-231951:5828000"
|
||||||
|
|
Loading…
Reference in a new issue