mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fixed player skulls not rendering a magical glow
This commit is contained in:
parent
75b6c21b56
commit
9a4c0a4804
1 changed files with 4 additions and 1 deletions
|
@ -49,8 +49,11 @@ public class RenderPonyPlayer extends RenderPlayer implements IRenderPony<Abstra
|
|||
@Override
|
||||
public void preRender(boolean transparency) {
|
||||
GlStateManager.enableBlendProfile(GlStateManager.Profile.PLAYER_SKIN);
|
||||
|
||||
if (!transparency) {
|
||||
RenderPony.enableModelRenderProfile();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public ResourceLocation getSkinResource(GameProfile profile) {
|
||||
|
|
Loading…
Reference in a new issue