support both

This commit is contained in:
Wagyourtail 2023-06-13 19:42:08 -06:00
parent b2bd025896
commit 6979bd6971
No known key found for this signature in database
GPG Key ID: B72EB1D5CD437025
2 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,6 @@
"depends": {
"fabricloader": ">=0.11.0",
"minecraft": "1.20.1"
"minecraft": ">=1.20 <=1.20.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.20.1]"
versionRange="[1.20,1.20.1]"
ordering="NONE"
side="BOTH"