Skip to content

Commit

Permalink
use published flib and ww
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Oct 22, 2024
1 parent 77ee50d commit 57cfdb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ archives_base_name = TrailierTales

# Dependencies
fabric_api_version=0.103.0+1.21.1
frozenlib_version=1.8.6-mc1.21.1
wilderwild_version=2.4.16-mc1.21.1
frozenlib_version=1.9-mc1.21.1
wilderwild_version=3.0-mc1.21.1

# External Mods
modmenu_version=11.0.0-beta.1
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ pluginManagement {

rootProject.name = "Trailier Tales"

localRepository("FrozenLib", "maven.modrinth:frozenlib", true, true)
localRepository("WilderWild", "maven.modrinth:wilder-wild", true, true)
localRepository("FrozenLib", "maven.modrinth:frozenlib", true, false)
localRepository("WilderWild", "maven.modrinth:wilder-wild", true, false)

fun localRepository(repo: String, dependencySub: String, kotlin: Boolean, enabled: Boolean) {
if (!enabled) return
Expand Down

0 comments on commit 57cfdb9

Please sign in to comment.