mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Huh. No longer necessary. I wonder why it didn't warn me about this...
This commit is contained in:
parent
f65318450c
commit
b8c7960ac7
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ public class RenderDummyPony extends RenderDummyPlayer<DummyPony, ClientPonyMode
|
||||||
GlStateManager.translatef(0, 0, -entity.getWidth() / 2); // move us to the center of the shadow
|
GlStateManager.translatef(0, 0, -entity.getWidth() / 2); // move us to the center of the shadow
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
|
||||||
@Override
|
@Override
|
||||||
public ClientPonyModel<DummyPony> getEntityModel(DummyPony playermodel) {
|
public ClientPonyModel<DummyPony> getEntityModel(DummyPony playermodel) {
|
||||||
Identifier loc = getTexture(playermodel);
|
Identifier loc = getTexture(playermodel);
|
||||||
|
|
Loading…
Reference in a new issue