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 24f9c4d commit f4a51ab
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

1 comment on commit f4a51ab

@pigmy77
Copy link

@pigmy77 pigmy77 commented on f4a51ab Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how do I use this as a mod

Please sign in to comment.