Posted June 12, 20169 yr Hello, tell me, how to rendering hands for item? In older versions minecraft was the method "IItemRenderer" and register "MinecraftForgeClient.registerItemRenderer". As now it is rendering for the first-third-person?
June 12, 20169 yr You can create some advanced models in .json/.obj format and if you want them to change (e.g animate) based on ItemStack (or other stuff) - you can use one of IModel implementations. This requires you to spend some time with vanilla/forge model systems. 1.7.10 is no longer supported by forge, you are on your own.
June 12, 20169 yr Author I know that the hands can be taken from the ItemRenderer(There is a render of the card). But the question arises, how are these arms to add to item:\
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.