mirror of https://github.com/cabaletta/baritone
support both
This commit is contained in:
parent
b2bd025896
commit
6979bd6971
|
@ -26,6 +26,6 @@
|
|||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.11.0",
|
||||
"minecraft": "1.20.1"
|
||||
"minecraft": ">=1.20 <=1.20.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.20.1]"
|
||||
versionRange="[1.20,1.20.1]"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
|
|
Loading…
Reference in New Issue