mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
Removed testificates
This commit is contained in:
parent
a8aa1e3f64
commit
763510149f
2 changed files with 1 additions and 5 deletions
|
@ -13,7 +13,7 @@ org.gradle.daemon=false
|
|||
displayname=Mine Little Pony
|
||||
authors=Verdana, Rene_Z, Mumfrey, Killjoy1221, Sollace
|
||||
description=Mine Little Pony turns players and mobs into ponies. Press F9 ingame to access settings.
|
||||
version=4.2.3
|
||||
version=4.2.4
|
||||
release=RELEASE
|
||||
|
||||
# Dependencies
|
||||
|
|
|
@ -99,10 +99,6 @@ public class PlayerPonyRenderer extends PlayerEntityRenderer implements IPonyRen
|
|||
}
|
||||
}
|
||||
|
||||
protected boolean hasLabel(AbstractClientPlayerEntity entity) {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void setupTransforms(AbstractClientPlayerEntity entity, MatrixStack stack, float ageInTicks, float rotationYaw, float partialTicks) {
|
||||
manager.preRenderCallback(entity, stack, partialTicks);
|
||||
|
|
Loading…
Reference in a new issue