Posted April 28, 20205 yr Well, the main source of my problem is that my Entity test render (pastebin bellow) extends RenderLiving<entityTest>....but i cant figure out how to do the quick RenderingRegistry.registerEntityRenderingHandler(EntityTest.class, EntityTestRender::new); instead of creating a render factory class for each render! Please save me ? My code:https://pastebin.com/fDr6gfbFhttps://pastebin.com/AL4NgbNh
April 28, 20205 yr Author i know theres a type missmatch, Render<entity> and renderLiving<entity>....but i dont know how to solve it exactly, first time messing with entity renders Edited April 28, 20205 yr by starstorms21
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.