Hi,
Does anyone know a way to set the render for entity player? Or would that require massive amounts of recoding. Im not asking for code, just the idea. Code would be nice though.
Any help is greatly appreciated.
this.entityRenderMap.put(EntityPlayer.class, new RenderPlayer());
but that would be really stupid because your mod would be incompatible with forge.
And by changing the render for the player your mod would be incompatible with optifine and therefore nobody would use it. Trust me, I've been through it.
this.entityRenderMap.put(EntityPlayer.class, new RenderPlayer());
but that would be really stupid because your mod would be incompatible with forge.
And by changing the render for the player your mod would be incompatible with optifine and therefore nobody would use it. Trust me, I've been through it.
Does anyone know a way to set the render for entity player? Or would that require massive amounts of recoding. Im not asking for code, just the idea. Code would be nice though.
Any help is greatly appreciated.
but that would be really stupid because your mod would be incompatible with forge.
And by changing the render for the player your mod would be incompatible with optifine and therefore nobody would use it. Trust me, I've been through it.
Ok, thanks.