Posted April 21, 201411 yr So, I basically want to make my mob hold a weapon. I have all the code in place, except in the render to hold the item it seems to need to extend RenderBiped, but the model isn't a biped. What would be a smart approach of going about this?
April 22, 201411 yr This may not be the smartest way, but I would write my own code for rendering the item in your model's hand. Look at how vanilla Minecraft renders the item, and then apply that t your code with some translations if needed. Kain
April 22, 201411 yr Author This may not be the smartest way, but I would write my own code for rendering the item in your model's hand. Look at how vanilla Minecraft renders the item, and then apply that t your code with some translations if needed. I've already done some custom item rendering for some special weapons which uses the IItemRender and whatnot, is this the idea you are suggesting?
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.