Jump to content

ean521

Forge Modder
  • Posts

    20
  • Joined

  • Last visited

Everything posted by ean521

  1. @darty11 That isn't the problem; I was actually just playing around trying to fix the exception.
  2. That seemed to be the problem... Now I'm getting a NullPointerException at cpw.mods.fml.common.registry.EntityRegistry.doModEntityRegistration(/*whatever parameters are here*/) It still can't read the file for some reason. I can probably fix the NullPointerException, though.
  3. It is a png file, and it is 16 pixels by 16 pixels
  4. I've now discovered that the error is in the fact that ImageIO can't read the file. I can't see why, though. It has the correct directory and file name, so I'm not sure why it's not working.
  5. Okay, I found this in the console while it was starting up the client; I'm not sure why it can't read the image, though...:
  6. No, it actually isn't, and I'm not sure why. I was trying to figure this error when I saw you reply.
  7. I just decided to use the Vanilla tabs for my items, but if you can fix this, please tell me!
  8. Can't you just use the Javadoc
  9. I'd just like to bump this because I've not gotten any replies for a while.
  10. Anyway, there is no reason you should want to or change the code.
  11. Yeah, the mod ID was me forgetting to change it when I changed the MODID. The rest was me messing around to try and fix the error. It still crashes with the same error, though. D=
  12. My Eancraft.class is here: I can't tell why it would be null. I mean, just look at this beauty! How could it ever be null?!
  13. TileEntityFusionFurnace.class couldn't be found. It's kinda exactly what it says... EDIT: Btw, the package structure is supposed to be your domain name backwards, not forwards...
  14. I just ran it with a breakpoint and it is null... so how am I supposed to make it not null? BTW, it has items in it. EXAMPLE:
  15. Thank you, but I got the same error after changing the code to an instance of EanOre. The new code is: I honestly thought that would fix it. Well, is there actually a way to fix it?
  16. I got this during a crash in Eclipse when I attempted to move onto the second page of tabs: I honestly cannot figure out how to fix it. I know it has something to do with the item on the tab label. I am using Forge 1.7.2-10.12.1.1060 if it helps. Here also is the code for my tab and every reference to it: Can anybody help me? I honestly have no idea how to fix it. I am new to Forge modding and this is my first mod, so I'm not surprised I can't fix this error.
  17. Tanks you for a civil answer, Lex.
  18. Dude, just tell me which I should use.
  19. I honestly dislike IDEs. I have tried them and prefer the command prompt. I tried downloading the Forge "source", but it had all this stuff for Eclipse or this other IDE. Which download do I use to just have the API that I can use.
×
×
  • Create New...

Important Information

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