Mod directory paths should be added to StormModLoader search path URL's. This will allow mods to include resources available to Project Zomboid (mostly within media directory). When the paths are contained in URLClassLoader#getURLs() return value they are properly added.
Mod directory paths should be added to
StormModLoader
search path URL's. This will allow mods to include resources available to Project Zomboid (mostly withinmedia
directory). When the paths are contained inURLClassLoader#getURLs()
return value they are properly added.