Posted March 27, 201312 yr hi, i did so to treate a config file public block MyBlock; @init MyBlock = new BlockMyBlock... but when i use it for: MyAchievement = (new Achievement (300, "NAME", 0,0, MyBlock , null)).registerAchievement(); it won't work, and as i said, my block has a config file (for the id), so i don't want to remove it from init... is there a way? PS: maybe the next forge version should include a way to change achievement icon... Actually i don't know what to write in this signature soooo.... anyway
March 27, 201312 yr I think most people do the config and myBlock = new MyBlock(...) in the @preinit with the various registrations in init. At least, that's what I've seen and do. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
March 27, 201312 yr Author i don't understand if i have to do MyBlock = new .... in @preinit, or if it is wrong.. Actually i don't know what to write in this signature soooo.... anyway
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.