diff --git a/forge/src/main/resources/META-INF/mods.toml b/forge/src/main/resources/META-INF/mods.toml index 47fa1d3f5..f095c60a8 100644 --- a/forge/src/main/resources/META-INF/mods.toml +++ b/forge/src/main/resources/META-INF/mods.toml @@ -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" \ No newline at end of file