Skip to content

Commit

Permalink
Removed redundancy in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Minemobs committed Oct 1, 2022
1 parent ffb88b2 commit 5a8ad3d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,8 @@ repositories {
dependencies {
minecraft "net.minecraftforge:forge:${version_forge}"

compileOnly fg.deobf("slimeknights.mantle:Mantle:${version_mantle}")
runtimeOnly fg.deobf("slimeknights.mantle:Mantle:${version_mantle}")
compileOnly fg.deobf("slimeknights.tconstruct:TConstruct:${version_tic}")
runtimeOnly fg.deobf("slimeknights.tconstruct:TConstruct:${version_tic}")
implementation fg.deobf("slimeknights.mantle:Mantle:${version_mantle}")
implementation fg.deobf("slimeknights.tconstruct:TConstruct:${version_tic}")

runtimeOnly fg.deobf("mezz.jei:jei-${version_minecraft}:${version_jei}")
}
Expand Down

0 comments on commit 5a8ad3d

Please sign in to comment.