Skip to content

Commit

Permalink
cleaned up dependencies a little
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Oct 27, 2024
1 parent c72fb80 commit 8812e8a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies {
implementation fg.deobf(include("earth.terrarium:botarium-forge-1.18.2:${project.botarium_version}"))
implementation fg.deobf(include("org.gt-reimagined:structurelib-forge:${project.structurelib_version}-${project.minecraft_version}"))
implementation fg.deobf(include("com.teamresourceful.resourcefullib:resourcefullib-forge-1.18.2:${project.resourcefullib_version}"))
implementation(fg.deobf("maven.modrinth:carbon-config:${project.carbon_config_forge_version}"))
implementation fg.deobf("maven.modrinth:carbon-config:${project.carbon_config_forge_version}")
jarJar("maven.modrinth:carbon-config:${project.carbon_config_forge_version}"){
jarJar.ranged(it, "[1.18.2-1.2.6,)")
}
Expand All @@ -104,9 +104,7 @@ dependencies {
implementation fg.deobf("dev.architectury:architectury-forge:${rootProject.architectury_version}")
implementation fg.deobf("curse.maven:the-one-probe-245211:${rootProject.top_forge_file}")
compileOnly(annotationProcessor("io.github.llamalad7:mixinextras-common:0.4.1"))
implementation(jarJar("io.github.llamalad7:mixinextras-forge:0.4.1")) {
jarJar.ranged(it, "[0.4.1,)")
}
implementation(include("io.github.llamalad7:mixinextras-forge:0.4.1"))
compileOnly fg.deobf("com.simibubi.create:create-${minecraft_version}:0.5.1.i-435:all"){
transitive = false
}
Expand Down

0 comments on commit 8812e8a

Please sign in to comment.