Huh. No longer necessary. I wonder why it didn't warn me about this...

This commit is contained in:
Sollace 2019-07-07 21:22:44 +02:00
parent f65318450c
commit b8c7960ac7

View file

@ -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
}
@SuppressWarnings("unchecked")
@Override
public ClientPonyModel<DummyPony> getEntityModel(DummyPony playermodel) {
Identifier loc = getTexture(playermodel);