

Lucas_gamer13
Members-
Content count
5 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Lucas_gamer13
-
Rank
Tree Puncher
-
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);
-
Sorry, I'm new here ... I want to render an image that is NOT inside a jar, such as a screenshot
-
Need to render the last screenshot taken by the player in the corner of the screen, is there any way I can get an image out of the mod .jar and render on the screen?
-
Is there a way to a client-side mod, get the player that gave me damage? immultiplayer? LivingHurtEvent does not work in multiplayer.
-
Is there a way to render a screenshot or any other file.png in a gui? I would use ResourceLocation, but it only renders files within .jar... And another question, how do I get the list of players that are online on the server? Like for example tab auto-completing in chat?(CLIENT SIDE)