Posted August 11, 201411 yr As the title says, is it possible to register an Icon from another mod's assets using a ResourceLocation? I haven't found any way looking through the Item methods. Would I have to make a custom renderer to draw the Icon instead of using getIcon(...)?
August 11, 201411 yr this.setTextureName(ModInfo.MODID+":itemLime"); I am not sure it works, but i think you have try to change MODID to other mod id.
August 12, 201411 yr getIcon() will still work fine. However, instead of using the unlocalized name for your item use: modid:texturename where modid is the mod id of the mod you want the texture from.
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.