This commit is contained in:
Wagyourtail 2023-06-13 19:32:55 -06:00
parent 666a890088
commit b2bd025896
No known key found for this signature in database
GPG Key ID: B72EB1D5CD437025
3 changed files with 4 additions and 4 deletions

View File

@ -26,6 +26,6 @@
"depends": { "depends": {
"fabricloader": ">=0.11.0", "fabricloader": ">=0.11.0",
"minecraft": "1.20" "minecraft": "1.20.1"
} }
} }

View File

@ -35,6 +35,6 @@ A Minecraft pathfinder bot.
modId="minecraft" modId="minecraft"
mandatory=true mandatory=true
# This version range declares a minimum of the current minecraft version up to but not including the next major version # This version range declares a minimum of the current minecraft version up to but not including the next major version
versionRange="[1.20]" versionRange="[1.20.1]"
ordering="NONE" ordering="NONE"
side="BOTH" side="BOTH"

View File

@ -6,6 +6,6 @@ mod_version=1.9.3
maven_group=baritone maven_group=baritone
archives_base_name=baritone archives_base_name=baritone
minecraft_version=1.20 minecraft_version=1.20.1
forge_version=1.20-46.0.2 forge_version=1.20.1-47.0.1
fabric_version=0.14.18 fabric_version=0.14.18