Skip to content

Commit

Permalink
Disabled indium in dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
StewStrong committed Dec 31, 2023
1 parent 72bd3df commit 876f5b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ dependencies {
include(modImplementation("me.shedaniel.cloth:cloth-config-fabric:${cloth_config_version}"))

modImplementation("maven.modrinth:sodium:${sodium_version}")
modRuntimeOnly("maven.modrinth:indium:${indium_version}")
// Disable indium until we update sodium to newer versions
// modRuntimeOnly("maven.modrinth:indium:${indium_version}")
modImplementation("maven.modrinth:modmenu:${modmenu_version}")

// Depend on the fabric API
Expand Down

0 comments on commit 876f5b5

Please sign in to comment.