mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-16 17:44:23 +01:00
Fixed horns becoming detached (double whooops)
This commit is contained in:
parent
455c316c3a
commit
e6da9aceca
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ public class ModelUnicorn<T extends LivingEntity> extends ModelEarthPony<T> impl
|
||||||
super.renderHead(entity, move, swing, ticks, headYaw, headPitch, scale);
|
super.renderHead(entity, move, swing, ticks, headYaw, headPitch, scale);
|
||||||
|
|
||||||
if (canCast()) {
|
if (canCast()) {
|
||||||
|
head.applyTransform(scale);
|
||||||
horn.renderPart(scale, entity.getUuid());
|
horn.renderPart(scale, entity.getUuid());
|
||||||
if (isCasting()) {
|
if (isCasting()) {
|
||||||
horn.renderMagic(getMagicColor(), scale);
|
horn.renderMagic(getMagicColor(), scale);
|
||||||
|
|
Loading…
Reference in a new issue