
chasingfire_hpps
Members-
Posts
99 -
Joined
-
Last visited
Everything posted by chasingfire_hpps
-
errors when creating entity throwable
chasingfire_hpps replied to chasingfire_hpps's topic in Modder Support
I am using this tutorial http://www.minecraftforge.net/wiki/Tutorials/Block_Manipulation_-_Plasma_gun I copied and edited all of what he had. I have tried a few things but I can't figure it out. -
errors when creating entity throwable
chasingfire_hpps replied to chasingfire_hpps's topic in Modder Support
Anything? I gave you what was needed -
errors when creating entity throwable
chasingfire_hpps replied to chasingfire_hpps's topic in Modder Support
p.s. I am still learning so this may be obvious -
errors when creating entity throwable
chasingfire_hpps replied to chasingfire_hpps's topic in Modder Support
Sorry github didn't work the way I thought it was going to. errors under RenderPlasmaBolt loadTexture in this.loadTexture("/gui/items.png"); The method loadTexture(String) is undefined for the type RenderPlasmaBolt FutureWeaponsMain Errors under proxy in proxy.registerRenderers(); proxy cannot be resolved public void registerRenderers() { syntax error on token "void", @ expected public void registerRenderers() { Syntax error, insert "EnumBody" to complete BlockStatement -
I am getting these errors and I don't know how to resolve them. I am using 9.11.1.964. https://github.com/chasingfirehpps/Future-weapons-mod/tree/master I have errors in the FutureWeaponsMain class and the RenderPlasmaBolt class tell me if you need more. thanks!
-
anything?
-
Is there a video? I'm having some trouble and I think a video might help
-
Can anyone get to me to a good 1.6.4 tutorial for a throwable entity for forge 9.11.1.964? Thanks!
-
Thanks!
-
Hi can anyone tell me what I should add to my EntityThrowable class to make it do damage. Thanks.
-
Oooops I know... I'm learning Thanks!
-
I don't know how but the first item I had trouble with did show up but I don't know how. Now I have issues with the second item. I don't know why this is happening (My other mod is set up the same way). The Item I am having trouble with is the Plasma rifle stock. The classes that are part of this item are. I am using forge 9.11.1.964 for 1.6.4. If you need more info just tell me. Any help is appreciated. Thanks. Link to other post: http://www.minecraftforge.net/forum/index.php/topic,18392.msg93626.html#msg93626 Link to code: https://github.com/chasingfirehpps/Future-weapons-mod Thanks again.
-
Ok it works! Thanks!
-
Any ideas?
-
Anything?
-
Not by anything in my mod. And i'm using 9.11.1.964
-
1.6.4 and If I didn't say the item I'm talking about is the plasma cell.
-
I know, I know, me again, I'm learning. I have looked over the code dozens of times but when I go in the game it is not there. Any help or explanation would be appreciated. Thanks. Link to code: https://github.com/chasingfirehpps/Future-weapons-mod
-
My mod is crashing and I am not sure what is causing it. Any help is appreciated. Thanks. https://github.com/chasingfirehpps/Future-weapons-mod
-
Thanks!
-
I need it to compile into two different mods. Not load at the same time.
-
Thanks! I'll give it a shot.
-
Can anyone give me a quick guide to making two mods at once. When I tried doing this (by making a copy of my forge folder)I deleted a package and it deleted it in my other mods folder. Any help is appreciated. p.s. I am making this mod to learn java.
-
I am trying to get my structure to generate in the sides of mountains. a tutorial or any help would be appreciated. Thanks. p.s. tell me if you need my code.
-
Ok its how I named it sorry. It doesn't affect anything now are you going to help.