Skip to content

Commit

Permalink
Merge pull request #4466 from rfresh2/1.21.1-compat
Browse files Browse the repository at this point in the history
mark 1.21.1 as compatible
  • Loading branch information
leijurv authored Aug 22, 2024
2 parents ec57888 + 960ff6e commit a231748
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -25,6 +25,6 @@

"depends": {
"fabricloader": ">=0.14.22",
"minecraft": "1.21"
"minecraft": ["1.21","1.21.1"]
}
}
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 @@ -35,6 +35,6 @@ A Minecraft pathfinder bot.
modId="minecraft"
mandatory=true
# This version range declares a minimum of the current minecraft version up to but not including the next major version
versionRange="[1.21]"
versionRange="[1.21, 1.21.1]"
ordering="NONE"
side="BOTH"
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 @@ -35,6 +35,6 @@ A Minecraft pathfinder bot.
modId="minecraft"
type="required"
# This version range declares a minimum of the current minecraft version up to but not including the next major version
versionRange="[1.21]"
versionRange="[1.21,1.21.1]"
ordering="NONE"
side="BOTH"

0 comments on commit a231748

Please sign in to comment.