The game crashes when attempting to open mod info
wolfsgrove opened this issue ยท 1 comments
Crash when clicking Modular Powersuits in the mod menu.
The crash message:
The game crashed whilst mouseclicked event handler
Error: java.lang.IllegalArgumentException: Root resources can only be filenames, not paths (no / allowed!)
Exit Code: -1
If I'd have to hazard a guess it would be that
logoFile="assets/powersuits/textures/logo.png"
is incorrect. logoFile supports a file name, not path.
# A file name (in the root of the mod JAR) containing a logo for display
logoFile="examplemod.png" #optional