Jump to content

chasingfire_hpps

Members
  • Posts

    99
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Personal Text
    I am new!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

chasingfire_hpps's Achievements

Stone Miner

Stone Miner (3/8)

-1

Reputation

  1. 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.
  2. I'm not offended but, I'm trying to learn to understand it by doing this which is something I enjoy.
  3. if an entity throwable renders without a texture it should be a purple and black cube, shouldn't it?
  4. 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!
  5. 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:
  6. Does anyone know a video tutorial for entity rendering for 1.7.2
  7. When I try to open a class such as ItemBow.class it says source not found. Did I install forge wrong? I am on forge 10.12.1.1060. Thanks for any help.
  8. still isn't working. I made the modID futureweapons changed code:
  9. That didn't work code: folder setup: C:\Users\ijhpp_000\Desktop\forge 1.7.2\src\main\resources\assets\Future Weapons\textures\items
  10. how would I add textures to an item in 1.7.2? Folder setup: \forge 1.7.2\src\main\resources\assets\futureweapons\textures\items
  11. 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
×
×
  • Create New...

Important Information

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