i am speed: add opt mods in dev on fabc
This commit is contained in:
parent
5258208585
commit
c33b1eb8af
2 changed files with 22 additions and 0 deletions
|
@ -47,6 +47,17 @@ repositories {
|
|||
name = "TerraformersMC"
|
||||
url = "https://maven.terraformersmc.com/releases/"
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository {
|
||||
maven {
|
||||
name = "Modrinth"
|
||||
url = "https://api.modrinth.com/maven"
|
||||
}
|
||||
}
|
||||
filter {
|
||||
includeGroup "maven.modrinth"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -97,6 +108,12 @@ dependencies {
|
|||
// We can't figure out what it is
|
||||
// so i'm just including a fresher version
|
||||
modImplementation("com.terraformersmc:modmenu:4.1.0")
|
||||
|
||||
// i am speed
|
||||
// sodium is causing frustum mixin errors so don't use it
|
||||
// modImplementation "maven.modrinth:sodium:${sodiumVersion}"
|
||||
modImplementation "maven.modrinth:lithium:${lithiumVersion}"
|
||||
modImplementation "maven.modrinth:phosphor:${phosphorVersion}"
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
|
|
|
@ -11,3 +11,8 @@ emiVersion=0.4.0+1.19
|
|||
gravityApiVersion=0.7.12+fabric
|
||||
clothConfigVersion=8.2.88
|
||||
trinketsVersion=3.4.0
|
||||
|
||||
# Optimizations
|
||||
sodiumVersion=mc1.19.2-0.4.4
|
||||
lithiumVersion=mc1.19.2-0.10.2
|
||||
phosphorVersion=mc1.19.x-0.8.1
|
||||
|
|
Loading…
Reference in a new issue