When I try to add a page it shows up as a white page and when I try to add the second achievement minecraft crashes!
I get no errors in eclipse.
static final Achievement start = new Achievement(3000, "begin", 1, -2, Item.slimeBall, AchievementList.buildWorkBench).registerAchievement();
static final Achievement block = new Achievement(3001, "bounce", 2, -5, mod_slime.bounceSlime, start).registerAchievement();
public static AchievementPage slimePage = new AchievementPage("SlimeCraft", start, block);
This is at the bottom.
AchievementPage.registerAchievementPage(slimePage);
Problems
[*]White Screen
[*]Crashing
I folowed the Tutorial on here and it didnt work.