Posted March 12, 201411 yr In 1.6.4 I was using an IItemRenderer to make my block model in my hand but now to register an IItemRenderer it wants an Item so I can't use a block. Wait is the way around this? Creator of Jobo's ModLoader If I helped you could you please click the thank you button and applaud my karma.
March 12, 201411 yr You need to give it an ItemBlock, or use ISimpleBlockRenderingHandler. // returns a generic ItemBlocK: Item.getItemFromBlock(yourBlock) http://i.imgur.com/NdrFdld.png[/img]
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.