getJarInModPath doesn't work with dev deps
mitchej123 opened this issue ยท 1 comments
getJarInModPath
only considers mods in /mods, not mods that have been loaded from dev dependencies (such as HungerOverhaul.jar in hodgepodge).
Adjust the function to look at the MC classpath, or at least expand it to include the dev dep path.