[Fix] Attempted Fix for Forge Version Error

This commit is contained in:
CDAGaming 2020-07-26 09:47:05 -05:00
parent a09f5d41f6
commit 6cd12bf84d
No known key found for this signature in database
GPG Key ID: 0304C9C2F35557FB
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# The name of the mod loader type to load - for regular FML @Mod mods it should be javafml
modLoader="javafml" #mandatory
# A version range to match for said mod loader - for regular FML @Mod it will be the forge version
loaderVersion="[32.0.72,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
loaderVersion="[32,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
# A URL to refer people to when problems occur with this mod
issueTrackerURL="https://github.com/cabaletta/baritone/issues" #optional
# A list of mods - how many allowed here is determined by the individual mod loader