Fixed horns becoming detached (double whooops)

This commit is contained in:
Sollace 2019-05-29 13:09:55 +02:00
parent 455c316c3a
commit e6da9aceca

View file

@ -127,6 +127,7 @@ public class ModelUnicorn<T extends LivingEntity> extends ModelEarthPony<T> impl
super.renderHead(entity, move, swing, ticks, headYaw, headPitch, scale);
if (canCast()) {
head.applyTransform(scale);
horn.renderPart(scale, entity.getUuid());
if (isCasting()) {
horn.renderMagic(getMagicColor(), scale);