Posted December 13, 201212 yr 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.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.