mirror of https://github.com/cabaletta/baritone
mark 1.21.1 as compatible
This commit is contained in:
parent
8786148fef
commit
960ff6ed98
|
@ -25,6 +25,6 @@
|
|||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.22",
|
||||
"minecraft": "1.21"
|
||||
"minecraft": ["1.21","1.21.1"]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue