[1.18.1] FD 1.0.2 requires Forge 39.0.18
lamoyrl90 opened this issue · 3 comments
From the patch notes and Github code, it looks like the open bracket on Forge version wasn't actually caught in the build that was uploaded to Curseforge:
net.minecraftforge.fml.ModLoadingException: Mod §efarmersdelight§r requires §6forge§r §o39.0.18§r
§7Currently, §6forge§r§7 is §o39.0.36
From the .jar's mods.toml:
[[dependencies.farmersdelight]]
modId="forge"
mandatory=true
versionRange="[39.0.18]"
ordering="NONE"
side="BOTH"
I accidentally uploaded a stale build of 1.0.2 to CurseForge instead of the latest, after testing that tag; I briefly forgot how the syntax worked for specifying that version as minimal.
Patch should be out in a few minutes.