Hi,
When using shared class loader, there is no way for a mod to load a .properties file from the mod jar.
I'm trying to create a localizable mod, but i can't load the messages_xx.properties files.
Unfortunately, I need the shared classloader to hook into some classes manually so resource loading falls apart.
Hi, When using shared class loader, there is no way for a mod to load a .properties file from the mod jar. I'm trying to create a localizable mod, but i can't load the messages_xx.properties files. Unfortunately, I need the shared classloader to hook into some classes manually so resource loading falls apart.
Thanks