Posted November 24, 20186 yr I wanted to know a way to render a player's head, I used the code below, but it takes the texture of the player, I just need the head ... ResourceLocation mResourceLocation = ((AbstractClientPlayer) Minecraft.getMinecraft().thePlayer).getLocationSkin(); Minecraft.getMinecraft().getTextureManager().bindTexture(mResourceLocation); drawModalRectWithCustomSizedTexture((posx-removeMp), posy, 0, 0, 32, 32, 32, 32); Edited November 24, 20186 yr by Lucas_gamer13
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.