Jump to content

jsut210

Members
  • Posts

    3
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

jsut210's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Well, I guess it has to be @EventHandler now. By Register do you mean initialize the variable?
  2. Do you mean the old: @PreInit public void preInit(...) or the new: @EventHandler public void preInit(...)
  3. Hello, I still can not seem to get this to work for me... However, I did some debugging and found that the registerIcons method is not actually being called. (did a sysdout ) This probably explains why I wasn't even receiving the missing texture error in the console. I'm fairly certain that my item(armor) was setup correctly because it does show up in the game with the pink and block icon. The other thing is, that my armor textures are at least trying to load. For the armor textures it tells me that it failed to load. I have put the textures in /src/minecraft/assets/"mymodname"/textures/models/armor/myfile.png I am unsure weather to call the texture by it's name or to use the way mine craft does it with the name_layer_1.png format. An help is appreciated, thank-you.
×
×
  • Create New...

Important Information

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