Skip to content

Commit

Permalink
Merge branch '1.16' into 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Mar 22, 2021
2 parents 1bdada9 + 13febd8 commit c69237d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ repositories {

dependencies {
modImplementation "net.fabricmc:fabric-loader:$fabricLoader"
modApi "net.fabricmc.fabric-api:fabric-api:$fabricApi"

modImplementation "com.terraformersmc:modmenu:$modMenu"
modImplementation "net.fabricmc.fabric-api:fabric-api:$fabricApi"

modCompileOnly "com.terraformersmc:modmenu:$modMenu"
modRuntime "com.terraformersmc:modmenu:$modMenu"

modImplementation "dev.inkwell:hermes:1.0.0"

developmentFabric(project(":common")) { transitive = false }
Expand Down

0 comments on commit c69237d

Please sign in to comment.