mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-21 20:03:10 +01:00
Fixed not being able to select an elytra texture
This commit is contained in:
parent
b0c5c5d73f
commit
7e1f2f9930
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class EntityPlayerModel extends EntityLivingBase implements IBlankSkinSup
|
|||
if (type == Type.SKIN) {
|
||||
skin.setLocal(skinTextureFile);
|
||||
} else if (type == Type.ELYTRA) {
|
||||
skin.setLocal(skinTextureFile);
|
||||
elytra.setLocal(skinTextureFile);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue