mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 12:37:59 +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);
|
||||
|
||||
if (canCast()) {
|
||||
head.applyTransform(scale);
|
||||
horn.renderPart(scale, entity.getUuid());
|
||||
if (isCasting()) {
|
||||
horn.renderMagic(getMagicColor(), scale);
|
||||
|
|
Loading…
Reference in a new issue