Changed the version range to say when forge decided to rename stuff

This commit is contained in:
coolGi
2022-07-13 13:23:29 +09:30
parent 9ce353d897
commit 70321c2d0f
+1 -1
View File
@@ -27,6 +27,6 @@ issueTrackerURL="${issues}"
[[dependencies.lod]]
modId="forge"
mandatory=true
versionRange="[41.0.64,)" #// NOTE: this will cause issues for anything using MC 1.18 and lower, this is only here for MC 1.19
versionRange="[41.0.94,)" #// 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"