Jump to content

LordVakar

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

LordVakar's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. This is what I get everytime I try to spawn the mob:
  2. What is the line of code to add textures to mobs in 1.6.1 with forge? Thank you if you reply. Is it: this.texture = minecraft/assets/MODID/textures/mobs/Mob.png"; ? or is the /mobs/ actually /entity/ EDIT: Fixed my derp on the this.texture code that may be the code I'm looking for.
  3. Also, maybe try naming your .png file not like this: ElvenAxe You could try naming it: elvenAxe I'm not sure if it makes a difference, just another tip.
  4. Well this didn't work for me and other methods didn't too FOR HOURS, until I moved all my registering items into PreInit. I have spent all day and now it has worked. I was only texturing items so ya. This was my code in my items I used: public void registerIcons(IconRegister iconRegister) { this.itemIcon = iconRegister.registerIcon("AlchemistsRPG:elvenAxe"); } So...some tips: In my forge\mcp\src\minecraft\assets, I had a folder named alchemistsrpg. Make sure that your folder is lowercased. Don't make it named AlchemistsRPG. However in your code, you can uppercase it. I believe someone posted this tip already. Also, I think it is good to make sure that the folder is your modid. Dunno if this will help. -Vakar
×
×
  • Create New...

Important Information

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