I understand why you say modding is not the best way to learn java. I do look at java tutorials however some are not the easiest to learn from and I admit I should have looked at more. But, I enjoy modding and I have learned from it.
I am getting an error here:
par2World.spawnEntityInWorld(new entityplasmabolt(par2World, par3EntityPlayer));
The constructor entityplasmabolt(World, EntityPlayer) is undefined
Code:https://github.com/chasingfirehpps/Future-weapons-mod
Any help is appreciated!
I've been trying to render my entity throwable(again), now in 1.7.2 now Minecraft is crashing any thoughts? Thanks for any help.
code:
https://github.com/chasingfirehpps/Future-weapons-mod
crash report:
I have done what everyone suggested. But I've made no progress ( It's EntityPlasmaBolt isn't rendering). I would be great if someone could look at my code and see what is wrong. It may be obvious but I am struggling. Thanks for any help.
Here's the code
https://github.com/chasingfirehpps/Future-weapons-mod