Posted June 3, 201510 yr Hey Guys, So I am trying to change the EntityRenderer of the Minecraft class like this Minecraft mc = Minecraft.getMinecraft(); if(this.worldObj.isRemote && mc.entityRenderer instanceof EntityRenderer2 == false) mc.entityRenderer = new EntityRenderer2(mc, mc.getResourceManager()); And it works for SSP perfectly as the EntityRenderer is my custom one but on SMP the game crashes as the EntityRenderer on the ServerSide is changed aswell (I always thought Minecraft.class was ClientSide only so I dont understand why it changes on the Server too) Greetings, enbecko
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.