mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fixed wings rotating incorrectly for alicorns
This commit is contained in:
parent
60ece0cb46
commit
4d0f02e791
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public class AlicornModel<T extends LivingEntity> extends UnicornModel<T> implem
|
||||||
public void init(ModelContext context) {
|
public void init(ModelContext context) {
|
||||||
super.init(context);
|
super.init(context);
|
||||||
wings = context.findByName("wings");
|
wings = context.findByName("wings");
|
||||||
headRenderList.add(forPart(this::getWings).checked(this::canFly));
|
bodyRenderList.add(forPart(this::getWings).checked(this::canFly));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue