frank89722 / JourneyMapIntegration

A Minecraft mod that adds mod integrations for JourneyMap
https://www.curseforge.com/minecraft/mc-mods/journeymap-integration
MIT License
2 stars 2 forks source link

Mod crashes on New 1.18.2 Journeymap version #9

Closed ModernGamingWorld closed 2 years ago

ModernGamingWorld commented 2 years ago

crash-2022-03-17_11.05.24-fml.txt

Currently your Mod is crashing on load up with the latest JourneyMap Update

XFactHD commented 2 years ago

This issue is caused by an invalid dependency declaration: https://github.com/frank89722/JourneyMapIntegration/blob/1.18.x/src/main/resources/META-INF/mods.toml#L34

If you want any version with atleast major version 5 and minor version 8, then just leave the last segment off. The comparison will always start from the left side, work segment by segment and stop when the current version doesn't fit in the range or the dependency version range doesn't specify a more specific segment.

frank89722 commented 2 years ago

Seems like FTB mods can't work on 1.18.2 so I'll remove the 1.18.2 tag on CF for now

And this is the version for 1.18.1 with dependency version range fix https://www.curseforge.com/minecraft/mc-mods/journeymap-integration/files/3696674