Skip to content

Commit

Permalink
2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Mar 14, 2024
1 parent 4a0d630 commit 2479db6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ dependencies {
mappings(libs.yarn)
modImplementation(libs.bundles.fabric)

modImplementation(libs.equator)
modImplementation(libs.bundles.equator)
modCompileOnly(libs.verticality)

include(libs.equator)
include(libs.bundles.equator)
}

java {
Expand Down
10 changes: 7 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
maven-group = "band.kessokuteatime"
archives-name = "fadedwidgets"
mod = "2.0.4"
mod = "2.0.5"

minecraft = "1.20.2"
yarn = "1.20.2+build.4"
fabric-loader = "0.15.7"
fabric-api = "0.91.3+1.20.2"
fabric-loom = "1.5-SNAPSHOT"

equator = "2.6.2-mc1.20"
equator = "2.6.4-mc1.20"
verticality = "2.1.0-mc1.20.2"

[libraries]
Expand All @@ -18,11 +18,15 @@ yarn = { group = "net.fabricmc", name = "yarn", version.ref = "yarn" }
fabric-loader = { group = "net.fabricmc", name = "fabric-loader", version.ref = "fabric-loader" }
fabric-api = { group = "net.fabricmc.fabric-api", name = "fabric-api", version.ref = "fabric-api" }

equator = { group = "com.github.KrLite.Equator-v2", name = "Animation", version.ref = "equator" }
equator-animation = { group = "com.github.KrLite.Equator-v2", name = "Animation", version.ref = "equator" }
equator-visual = { group = "com.github.KrLite.Equator-v2", name = "Visual", version.ref = "equator" }
equator-math = { group = "com.github.KrLite.Equator-v2", name = "Math", version.ref = "equator" }

verticality = { group = "maven.modrinth", name = "verticality", version.ref = "verticality" }

[plugins]
fabric-loom = { id = "fabric-loom", version.ref = "fabric-loom" }

[bundles]
fabric = ["fabric-loader", "fabric-api"]
equator = ["equator-animation", "equator-visual", "equator-math"]

0 comments on commit 2479db6

Please sign in to comment.