Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jul 14, 2024
1 parent c6a4d8f commit b7c24d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### Updates
### Fixes

- **Used** `api` instead of `implementation`.
- **Included** missing `night-config-core` package.
5 changes: 3 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
maven-group = "band.kessokuteatime"
archives-name = "nightautoconfig"
mod = "1.0.3"
mod = "1.0.4"
loader = "fabric"

minecraft = "1.20"
Expand Down Expand Up @@ -31,6 +31,7 @@ fabric-api = { group = "net.fabricmc.fabric-api", name = "fabric-api", version.r

cloth-config = { group = "me.shedaniel.cloth", name = "cloth-config-fabric", version.ref = "cloth-config" }

night-config-core = { group = "com.electronwill.night-config", name = "core", version.ref = "night-config" }
night-config-json = { group = "com.electronwill.night-config", name = "json", version.ref = "night-config" }
night-config-toml = { group = "com.electronwill.night-config", name = "toml", version.ref = "night-config" }
night-config-hocon = { group = "com.electronwill.night-config", name = "hocon", version.ref = "night-config" }
Expand All @@ -42,4 +43,4 @@ modpublisher = { id = "com.hypherionmc.modutils.modpublisher", version.ref = "mo

[bundles]
fabric = ["fabric-loader", "fabric-api"]
night-config = ["night-config-json", "night-config-toml", "night-config-hocon", "night-config-yaml"]
night-config = ["night-config-core", "night-config-json", "night-config-toml", "night-config-hocon", "night-config-yaml"]

0 comments on commit b7c24d2

Please sign in to comment.