Skip to content

Commit

Permalink
fix: WTF REI?
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Mar 3, 2024
1 parent 26e4f6d commit efd26f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ dependencies {
modCompileOnly("me.shedaniel:RoughlyEnoughItems-forge:${(reiVersions[mcVersion] ?: "13.0.685")}")
else
modCompileOnly("me.shedaniel:RoughlyEnoughItems-neoforge:${(reiVersions[mcVersion] ?: "13.0.685")}")
if (mcVersion >= 12005) { // FIXME: Not sure why it's not included
if (mcVersion >= 12002) { // FIXME: Not sure why it's not included
modCompileOnly("me.shedaniel.cloth:basic-math:0.6.1")
modCompileOnly("dev.architectury:architectury:11.1.13")
}
Expand Down Expand Up @@ -403,4 +403,4 @@ publishMods {
}
}
}
}
}

0 comments on commit efd26f3

Please sign in to comment.