mirror of https://github.com/cabaletta/baritone
mark 1.20.3 as supported
This commit is contained in:
parent
4b6652b4cf
commit
c146440cb2
|
@ -25,6 +25,6 @@
|
|||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.22",
|
||||
"minecraft": "1.20.4"
|
||||
"minecraft": ["1.20.3", "1.20.4"]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.20.4]"
|
||||
versionRange="[1.20.3, 1.20.4]"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
|
|
|
@ -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.20.4]"
|
||||
versionRange="[1.20.3, 1.20.4]"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
|
|
Loading…
Reference in New Issue