mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
Fixed skulls rendering twice
This commit is contained in:
parent
27776a58b0
commit
07bcb12a46
1 changed files with 0 additions and 1 deletions
|
@ -63,6 +63,5 @@ public class MobSkull implements ISkull {
|
|||
@Override
|
||||
public void render(MatrixStack stack, VertexConsumer vertices, int lightUv, int overlayUv, float red, float green, float blue, float alpha) {
|
||||
ponyHead.get().headRenderList.accept(stack, vertices, lightUv, overlayUv, red, green, blue, alpha);
|
||||
ponyHead.get().headRenderList.accept(stack, vertices, lightUv, overlayUv, red, green, blue, alpha);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue