1
0
mirror of https://github.com/cabaletta/baritone synced 2025-02-18 13:06:55 +00:00
This commit is contained in:
Wagyourtail 2023-06-11 16:46:15 -06:00
parent b389b573e5
commit 666a890088
No known key found for this signature in database
GPG Key ID: B72EB1D5CD437025

View File

@ -6,7 +6,7 @@
# The name of the mod loader type to load - for regular FML @Mod mods it should be javafml # The name of the mod loader type to load - for regular FML @Mod mods it should be javafml
modLoader="javafml" #mandatory modLoader="javafml" #mandatory
# A version range to match for said mod loader - for regular FML @Mod it will be the forge version # A version range to match for said mod loader - for regular FML @Mod it will be the forge version
loaderVersion="[33,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions. loaderVersion="[46,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
license="https://raw.githubusercontent.com/cabaletta/baritone/1.16.2/LICENSE" license="https://raw.githubusercontent.com/cabaletta/baritone/1.16.2/LICENSE"
# A URL to refer people to when problems occur with this mod # A URL to refer people to when problems occur with this mod
issueTrackerURL="https://github.com/cabaletta/baritone/issues" #optional issueTrackerURL="https://github.com/cabaletta/baritone/issues" #optional
@ -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.19.4]" versionRange="[1.20]"
ordering="NONE" ordering="NONE"
side="BOTH" side="BOTH"