Posted November 5, 201212 yr i got a problem with my armor not it rendering and if i do make it render i can't play multiplayer with it what code(s) shull i use to make armor render in smp and ssp, i use forge please don't say i am bad at programing with java please note that i am only 15!
November 6, 201212 yr Author Look at the interface IArmorTextureProvider Shull that code so in the Item file or the mod files? And i think i now how i use it string getArmorTextureFile (ItemStack itemstack) { return "/mod/texture/dirt_1.png"; } That is a example of the helmet
November 6, 201212 yr Look at the JavaDoc information in the interface. It tells you where to implement the interface. But yes, that is how the function is used. You return a path to the texture file. Also notice how the function is passing in an ItemStack. That is there so you can distinguish between the chestplate and the rest of the armor pieces for rendering purposes.
November 6, 201212 yr Author Look at the JavaDoc information in the interface. It tells you where to implement the interface. But yes, that is how the function is used. You return a path to the texture file. Also notice how the function is passing in an ItemStack. That is there so you can distinguish between the chestplate and the rest of the armor pieces for rendering purposes. nice it works now thanks you got a like from me
November 6, 201212 yr Author Look at the JavaDoc information in the interface. It tells you where to implement the interface. But yes, that is how the function is used. You return a path to the texture file. Also notice how the function is passing in an ItemStack. That is there so you can distinguish between the chestplate and the rest of the armor pieces for rendering purposes. dam just tested it my armor will now load if i drop the armor texture in the armor folder in minecraft.jar i am trying to make it so i just can drop it into mods and then it load
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.