Posted July 18, 20205 yr Can anyone tell me how to use the ClientRegistry.bindTileEntityRenderer method.
July 19, 20205 yr You should really read the source information provided with it. Pass in a TileEntityType and a Function that takes in a dispatcher and returns a TER (double colon operators are helpful). You can call it within FMLClientSetupEvent. If it doesn't work, then you probably haven't specified any blocks that can use your tileentity in the builder.
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.