mark 1.21.1 as compatible

This commit is contained in:
rfresh2 2024-08-09 20:31:29 -07:00
parent 8786148fef
commit 960ff6ed98
No known key found for this signature in database
GPG Key ID: FD6E7EA7A754A98A
3 changed files with 3 additions and 3 deletions

View File

@ -25,6 +25,6 @@
"depends": {
"fabricloader": ">=0.14.22",
"minecraft": "1.21"
"minecraft": ["1.21","1.21.1"]
}
}

View File

@ -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"

View File

@ -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"