`getJarInModPath` only considers mods in <minecraft home>/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.
getJarInModPathonly 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.