Skip to content

Commit

Permalink
build: Fix modmenu dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Sep 12, 2023
1 parent 1c827eb commit 6fd7981
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ dependencies {

compileOnly "org.jetbrains:annotations:22.0.0"


modCompileOnly "curse.maven:modmenu-308702:$modmenu_version"

modCompileOnly "mezz.jei:jei-$jei_minecraft_version-fabric-api:$jei_version"
if (jei_minecraft_version == minecraft_version) {
modRuntimeOnly "mezz.jei:jei-$jei_minecraft_version-fabric:$jei_version"
Expand Down
2 changes: 1 addition & 1 deletion fabric/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies {
// modRuntimeOnly "curse.maven:journeymap-${project.journeymap_project_id}:${project.journeymap_fabric_file_id}"

modRuntimeOnly "me.shedaniel.cloth:cloth-config-fabric:11.0.99"
modRuntimeOnly "com.terraformersmc:modmenu:7.0.1"
modCompileOnly "com.terraformersmc:modmenu:$modmenu_version"
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ wthit_version=6.1.1
jade_fabric_version=4160727
jade_forge_version=4159759
mixin_version=0.8.5
modmenu_version=4436498
modmenu_version=7.2.2
theoneprobe_version=4159743
cloth_config_version=10.0.95

Expand Down

0 comments on commit 6fd7981

Please sign in to comment.