Skip to content

Commit

Permalink
rearrange dependencies a bit for nice diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Jul 26, 2024
1 parent a031fb2 commit d75c1e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ repositories {
dependencies {
minecraft libs.mc
mappings variantOf(libs.yarn) { classifier "v2" }

modImplementation libs.fl
modImplementation libs.fapi

modImplementation libs.placeholder
modCompileOnly libs.polydex

Expand Down
6 changes: 4 additions & 2 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
loom = "1.7.+"

mc = "1.21"
fl = "0.15.11"
yarn = "1.21+build.9"

fl = "0.15.11"
fapi = "0.100.7+1.21"

placeholder = "2.4.0+1.21"
Expand All @@ -14,8 +15,9 @@ loom = { id = "fabric-loom", version.ref = "loom" }

[libraries]
mc = { group = "mojang", name = "minecraft", version.ref = "mc" }
fl = { group = "net.fabricmc", name = "fabric-loader", version.ref = "fl" }
yarn = { group = "net.fabricmc", name = "yarn", version.ref = "yarn" }

fl = { group = "net.fabricmc", name = "fabric-loader", version.ref = "fl" }
fapi = { group = "net.fabricmc.fabric-api", name = "fabric-api", version.ref = "fapi" }

placeholder = { group = "eu.pb4", name = "placeholder-api", version.ref = "placeholder" }
Expand Down

0 comments on commit d75c1e8

Please sign in to comment.