Jump to content

Recommended Posts

Posted

I noticed that the Icons aren't displayed correctly (I register them with registerIcons(IIconRegister par1). The texture seams not to get loaded correctly.

 

public void registerIcons(IIconRegister par1IconRegister) {

WeaponLongsword.icon = par1IconRegister.registerIcon(MOD_INFO.modid

+ ":" + Strings.longswordIconName);

}

 

The texture is at assets.mhmu.textures.items.weapons.Longsword_IconBase.png and Strings.longswordIconName = "weapons/Longsword_IconBase".

Posted

Never mind, it seems like it was a bug in bla.996 and is now fixed with 1003 :) thanks for your efforts it was just something that bothered me cause it worked before updating to 1.7.2.

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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