mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fixed unicorn horns not rendering
This commit is contained in:
parent
6a55833fb8
commit
943019ba2e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public class UnicornHorn implements IModelPart {
|
||||||
protected PonyRenderer horn;
|
protected PonyRenderer horn;
|
||||||
protected HornGlowRenderer glow;
|
protected HornGlowRenderer glow;
|
||||||
|
|
||||||
protected boolean isVisible;
|
protected boolean isVisible = true;
|
||||||
|
|
||||||
public <T extends ModelBase & ICapitated> UnicornHorn(T pony, float yOffset, float stretch) {
|
public <T extends ModelBase & ICapitated> UnicornHorn(T pony, float yOffset, float stretch) {
|
||||||
this(pony, yOffset, stretch, 0, 0, 0);
|
this(pony, yOffset, stretch, 0, 0, 0);
|
||||||
|
|
Loading…
Reference in a new issue