lehjr / MachineMusePowersuits

Minecraft mod, take 3
Other
16 stars 15 forks source link

The game crashes when attempting to open mod info #7

Closed wolfsgrove closed 3 years ago

wolfsgrove commented 3 years ago

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

wolfsgrove commented 3 years ago

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