You are viewing our Forum Archives. To view or take place in current topics click here.
[JAVA] Simple Minecraft Mod - Game Crashes
Posted:
[JAVA] Simple Minecraft Mod - Game CrashesPosted:
Status: Offline
Joined: Oct 21, 201311Year Member
Posts: 554
Reputation Power: 32
I need help with my Minecraft mod!
It's probably not going to turn out to be a good mod but I want to start learning to make mods for Minecraft.
I've just attempted to make some tools.
Now, when I run the game, it just crashes.
Can someone help please? D:
Here's the crash report I get (if it helps):
[ Register or Signin to view external links. ]
And here's my mod files (if it helps - I used Eclipse for this code):
dropbox(dot)com/s/2x7sdqhrii81wzl/testmodfiles.zip
TTG won't let me upload this link for some reason.
And here's a virus scan of the DropBox file for those super-cautious people:
[ Register or Signin to view external links. ]
Edit: Also, Eclipse gives me no errors with the coding so I'm really confused.
Any help is greatly appreciated!
Thanks in advance!
Edit: I removed all of the tools' crafting recipes and it seemed to fix it, but I can't even find the tools in-game.
Edit: I managed to get the tools working, but they're all named item.rubySword.name, etc..
Any help please?
It's probably not going to turn out to be a good mod but I want to start learning to make mods for Minecraft.
I've just attempted to make some tools.
Now, when I run the game, it just crashes.
Can someone help please? D:
Here's the crash report I get (if it helps):
[ Register or Signin to view external links. ]
And here's my mod files (if it helps - I used Eclipse for this code):
dropbox(dot)com/s/2x7sdqhrii81wzl/testmodfiles.zip
TTG won't let me upload this link for some reason.
And here's a virus scan of the DropBox file for those super-cautious people:
[ Register or Signin to view external links. ]
Edit: Also, Eclipse gives me no errors with the coding so I'm really confused.
Any help is greatly appreciated!
Thanks in advance!
Edit: I removed all of the tools' crafting recipes and it seemed to fix it, but I can't even find the tools in-game.
Edit: I managed to get the tools working, but they're all named item.rubySword.name, etc..
Any help please?
#2. Posted:
Status: Offline
Joined: Mar 28, 200915Year Member
Posts: 511
Reputation Power: 21
Youre getting a NullPointerException, so basically you are referencing to an a point that has no location in memory. youre probably trying to access a point in an array that doesnt have a value
- 1useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.