Modular Powersuits

Modular Powersuits

13M Downloads

The game crashes when attempting to open mod info

wolfsgrove opened this issue ยท 1 comments

commented

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

commented

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

From: https://github.com/MinecraftForge/MinecraftForge/blob/1.14.x/mdk/src/main/resources/META-INF/mods.toml