Update the required Forge version

41.0.94 is the last version that doesn't work
This commit is contained in:
James Seibel
2022-07-14 01:52:14 +00:00
parent 70321c2d0f
commit 086185783c
+1 -1
View File
@@ -27,6 +27,6 @@ issueTrackerURL="${issues}"
[[dependencies.lod]]
modId="forge"
mandatory=true
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
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"