Jump to content

chasingfire_hpps

Members
  • Posts

    99
  • Joined

  • Last visited

Everything posted by chasingfire_hpps

  1. 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.
  2. Anything? I gave you what was needed
  3. p.s. I am still learning so this may be obvious
  4. 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
  5. 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!
  6. Is there a video? I'm having some trouble and I think a video might help
  7. Can anyone get to me to a good 1.6.4 tutorial for a throwable entity for forge 9.11.1.964? Thanks!
  8. Hi can anyone tell me what I should add to my EntityThrowable class to make it do damage. Thanks.
  9. Oooops I know... I'm learning Thanks!
  10. 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.
  11. Ok it works! Thanks!
  12. Not by anything in my mod. And i'm using 9.11.1.964
  13. 1.6.4 and If I didn't say the item I'm talking about is the plasma cell.
  14. 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
  15. 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
  16. I need it to compile into two different mods. Not load at the same time.
  17. Thanks! I'll give it a shot.
  18. 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.
  19. 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.
  20. Ok its how I named it sorry. It doesn't affect anything now are you going to help.
×
×
  • Create New...

Important Information

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