Forgot to update the loaderVersion for forge
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
|
||||
modLoader="javafml" #//mandatory
|
||||
loaderVersion="[40,45)" # // mandatory. This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
|
||||
loaderVersion="[40,46)" # // mandatory. This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
|
||||
license="GNU GPLv3"
|
||||
issueTrackerURL="${issues}"
|
||||
|
||||
@@ -29,4 +28,4 @@ issueTrackerURL="${issues}"
|
||||
mandatory=true
|
||||
versionRange="[41.0.95,)" #// NOTE: this will cause issues for anything using MC 1.18 and lower, this is only here for MC 1.19
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
side="BOTH"
|
||||
|
||||
Reference in New Issue
Block a user