Jump to content

snipermine

Members
  • Posts

    39
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

snipermine's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I need to know how to register it as an entity
  2. I think it was what i need to put in the Main Class. I had the MynameArrow.class working fine. but the base class wasnt working
  3. Can anyone tell me how i can make a custom arrow? I tried to use the vanilla code and edit it but that didnt work .
  4. Hey guys, i need help making my item id's work with : i want to have my swords say be 4000 and 4000:1 how do i do this?
  5. Guys its not what folders i have or in what order its this. } public void updateIcons(IconRegister iconRegister) { itemIcon = iconRegister.registerIcon("jerrymod:Olive"); } } Is this what you guys are using for your texture registering? Also this isnt in mcp i have already compiled it.
  6. He's trying to put them in the zip file to distribute. Yea that is for mcp i have already compiled it. this is what i have to find the texture } public void updateIcons(IconRegister iconRegister) { itemIcon = iconRegister.registerIcon("jerrymod:SlimeTamer"); } }
  7. What i have is mods jerrymod textures items blocks armor The armor and blocks work. The items dont!
  8. I compiled my mod and the textures don't work? They work in eclipse just fine!
  9. I had the same problem. It was as simple as i didn't make it a .zip it was a .rar worth a shot
  10. I set the number to 3 because thats the helmet. i did try lots of other ones though
  11. I tried it and it wont work
×
×
  • Create New...

Important Information

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