Skip to content

Commit

Permalink
allow to load on 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fayer3 committed Aug 9, 2024
1 parent 2d893f8 commit f4f58ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
],
"depends": {
"fabricloader": ">=0.15.6",
"minecraft": ["1.21"],
"minecraft": ["1.21","1.21.1"],
"java": ">=21"
},
"breaks": {
Expand Down
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ side = "BOTH"
[[dependencies.vivecraft]]
modId = "minecraft"
mandatory = true
versionRange = "[1.21]"
versionRange = "[1.21,1.21.1]"
ordering = "NONE"
side = "BOTH"
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minecraft_version=1.21
enabled_platforms=fabric,forge,neoforge

archives_base_name=vivecraft
mod_version=1.1.11-b4
mod_version=1.1.11-b5
maven_group=org.vivecraft

architectury_version=12.0.26
Expand Down
2 changes: 1 addition & 1 deletion neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ side = "BOTH"
[[dependencies.vivecraft]]
modId = "minecraft"
type = "required"
versionRange = "[1.21]"
versionRange = "[1.21,1.21.1]"
ordering = "NONE"
side = "BOTH"

Expand Down

0 comments on commit f4f58ce

Please sign in to comment.