Skip to content

Commit

Permalink
dont ship mixinextras on neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Mar 30, 2024
1 parent 5f11dec commit 0d0c4fa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions NeoForge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ dependencies {
jarJar.ranged(it, "[${libs.versions.appdirs.get()},)")
}

implementation libs.mixin.extras
jarJar(libs.mixin.extras) {
transitive = false
jarJar.ranged(it, "[${libs.versions.mixin.extras.get()},)")
}

// compileOnly "${libs.emi.neoforge.get()}:api"
// runtimeOnly libs.emi.neoforge
}
Expand Down

0 comments on commit 0d0c4fa

Please sign in to comment.