Posted June 12, 201411 yr Now I know there will have been multiple of these, I just can't seem to find them Am I going to need an IItemRenderer or something to that effect? We all stuff up sometimes... But I seem to be at the bottom of that pot.
June 12, 201411 yr Actually, you're going to need a TileEntitySpecialRenderer and a IItemRenderer, if you have code already done, show us and ill help you, else i could help you anyway Former developer for DivineRPG, Pixelmon and now the maker of Essence of the Gods
June 12, 201411 yr Hi You might find this link useful http://greyminecraftcoder.blogspot.com.au/p/list-of-topics.html (The Item Rendering sections) Essentially you've got two choices ISimpleBlockRenderingHandler, or IItemRenderer. If your item is also a block, ISimpleBlockRenderingHandler is probably the best. -TGG
June 12, 201411 yr Author @The_SlayerMC No, I don't have any code yet. @TGG Hmm, thanks! [EDIT] Oh yeah... I should probably add that it's a tileentity? I already have the rendering of the tileentity block wise sorted, its the inventory that's the problem... I guess I could do a simple hack involving an item that acts like a block in terms of onItemUse and placing the block... Hmm... We all stuff up sometimes... But I seem to be at the bottom of that pot.
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.