Hi, I'm not sure if you're interested in maintaining this project, however at the moment when packaging this with for 1.12.2 I'm getting a java.lang.NoClassDefFoundError: org/newdawn/slick/SlickException error at org.darkstorm.minecraft.gui.theme.simple.SimpleTheme.(SimpleTheme.java:14).
I'm pretty sure it's to do with this code at UnicodeFontRenderer.java (Line 25)
try {
font.loadGlyphs();
} catch(SlickException exception) {
throw new RuntimeException(exception);
}
I'd appreciate any help?
Hi, I'm not sure if you're interested in maintaining this project, however at the moment when packaging this with for 1.12.2 I'm getting a java.lang.NoClassDefFoundError: org/newdawn/slick/SlickException error at org.darkstorm.minecraft.gui.theme.simple.SimpleTheme.(SimpleTheme.java:14).
I'm pretty sure it's to do with this code at UnicodeFontRenderer.java (Line 25)
I'd appreciate any help?