Posted October 13, 201212 yr Really, really sorry for multiple threads sharing the same theme, but I need some help. Let me get straight to the problem. On lines 495 and 496 in my main file (TelicraftMain.java) I have: AchievementPage telicraftAP = new AchievementPage("Telicraft", test1, test1); AchievementPage.registerAchievementPage(telicraftAP); Now, all of this works except for one problem. When I click on the button to change the achievement page, the GUI is all white. Here's what I mean: Tab "Minecraft": [/img] Tab "Telicraft": [/img] So, how do I resolve this? Thanks in advance!
October 19, 201212 yr Make sure one of your achievements has a parent achievement on the same page, and that the parent achievement is registered BEFORE the child. That's how I fixed it.
October 19, 201212 yr Author Make sure one of your achievements has a parent achievement on the same page, and that the parent achievement is registered BEFORE the child. That's how I fixed it. Thanks a lot! That fixed it!
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.