Skip to content

Commit

Permalink
Merge pull request #2 from Gegy/modmenu-export
Browse files Browse the repository at this point in the history
Don't export Mod Menu dependency to API consumers
  • Loading branch information
BlayTheNinth authored Jun 2, 2024
2 parents c75ead1 + 41258fd commit a42daa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kuma-api/fabric/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
modRuntimeOnly "mezz.jei:jei-$jei_minecraft_version-fabric:$jei_version"
}

modImplementation "com.terraformersmc:modmenu:$modmenu_version"
modRuntimeOnly "com.terraformersmc:modmenu:$modmenu_version"

modCompileOnly "me.shedaniel.cloth:cloth-config-fabric:11.0.99"
modCompileOnly("de.siphalor:amecsapi-1.20:1.5.2+mc1.20-pre1")
Expand Down
2 changes: 1 addition & 1 deletion kuma/fabric/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
modRuntimeOnly "mezz.jei:jei-$jei_minecraft_version-fabric:$jei_version"
}

modImplementation "com.terraformersmc:modmenu:$modmenu_version"
modRuntimeOnly "com.terraformersmc:modmenu:$modmenu_version"

modCompileOnly "me.shedaniel.cloth:cloth-config-fabric:11.0.99"
modCompileOnly("de.siphalor:amecsapi-1.20:1.5.2+mc1.20-pre1")
Expand Down

0 comments on commit a42daa5

Please sign in to comment.