Skip to content

Commit

Permalink
Update libs.versions.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Apr 20, 2024
1 parent ff03292 commit fe51bc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ 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_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" }
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" }

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

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

0 comments on commit fe51bc9

Please sign in to comment.