Posted May 16, 20178 yr Hello community, I tried to port my mod "Reforged" to 1.11.2 (from 1.8.9) and I need help getting the Renderers working: https://github.com/ThexXTURBOXx/Reforged/blob/1.11.2/java/org/silvercatcher/reforged/render/RenderBoomerang.java It just renders a grey cube as there would be no Renderer, but I made a IRenderFactory, which returns an instance of this Renderer in the method "createRenderFor". Thanks for your help in advance and have a nice day, Nico M. Bringing the best mod back alive! Our mod REFORGED! Balkon's Weapons for 1.8: https://github.com/TheOnlySilverClaw/Reforged/releases
May 16, 20178 yr RenderingRegistry.registerEntityRenderingHandler should be called in preInit, not init.
May 16, 20178 yr Author Oh my god, thanks! I thought, it would already be there This was just silly from me, thanks Bringing the best mod back alive! Our mod REFORGED! Balkon's Weapons for 1.8: https://github.com/TheOnlySilverClaw/Reforged/releases
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.