Posted October 17, 20159 yr Hello, I have got 2 blocks which are accessing the same TileEntity. Now I want to have different TileEntitySpecialRenderers for this Block, but I can only register one TESR in the proxy like this: ClientRegistry.bindTileEntitySpecialRenderer(WirelessTypeTileEntity.class, new WirelessTypeRenderer()); How can I achieve this? ~Julian
October 17, 20159 yr Write a second class that extends your TileEnity and register it. Sorry if there are mistakes in my english
October 17, 20159 yr Author Oh okay, I thought of that, but I thought that it would be a bad solution. Thanks, Julian
October 18, 20159 yr Or just have your render class render it completely different ways depending on some variable in the tileEntity. Ez "you seem to be THE best modder I've seen imo." ~spynathan ლ(́◉◞౪◟◉‵ლ
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.