Jump to content

Ulfias

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Ulfias

  1. It's hard to tell without seeing your code, but the NullPointerException at line 22 of your TutorialMod class might be because you are trying to do something with an object variable you haven't assigned a value to. That is, you've declared it's type and given it a name (eg "Item myItem;"), but you haven't done an assignment (with the = operator) to it by line 22 yet. One way this can happen is if you try to use your Item or Block in a Recipe, but you haven't created it and registered it with GameRegistry. Create Items and Blocks in preInit(FMLPreInitializationEvent event) to make sure they get created and loaded first. Then create Recipes in init(FMLInitializationEvent event) to keep that from happening.
  2. I just verified my email with Imgur, so if the link didn't work before, please try it now.
  3. NSFW for sure Removed, I got it ~Lex
  4. Okay here it is. NSFW adfoc.us/serve/?id=27122860175370
  5. The Naruto ad in question is extremely graphic. After clicking download links about ten times, I got the ad to reappear. I do have a screen shot but it's so bad I don't think you really want it posted here. Is there some way I can email it to you. Give that lots of your users are elementary school age, I would think you would want to put a stop to this ASAP!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.