pzstorm / storm

Java modding toolchain for Project Zomboid.
GNU General Public License v3.0
48 stars 13 forks source link

Accessible mod resource files #15

Closed matshou closed 3 years ago

matshou commented 3 years ago

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.