Posted November 9, 201410 yr Hello, Anyone can tell me how to register a renderer with more that 1 items. I have 2+ items named ItemShield001, ItemShield002... etc and I would like them to use the same renderer. Here is the line i want to fix for more items. It actually works but only with 1 item (ItemShield001) and not with the others. I think it has something to do with itemstack but i am not sure. here is my line of code: public void registerRenderers(){MinecraftForgeClient.registerItemRenderer(ItemShield001, new ItemCustomRender());} Thank you
November 9, 201410 yr Author Yes, at start i was getting compiling problems but now it works. Thank you very much
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.