Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Apr 4, 2024
1 parent d44f7be commit fb2b612
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 = "bounced"
mod = "4.0.0"
mod = "4.0.1"

minecraft = "1.20.4"
yarn = "1.20.4+build.3"
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ config = "bounced.mixins.json"

[[dependencies.bounced]]
modId = "neoforge"
mandatory = true
type = "required"
versionRange = "[20.3,)"
ordering = "NONE"
side = "BOTH"

[[dependencies.bounced]]
modId = "minecraft"
mandatory = true
type = "required"
versionRange = "[1.20.3,1.20.4]"
ordering = "NONE"
side = "BOTH"

0 comments on commit fb2b612

Please sign in to comment.