mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 05:48:00 +01:00
Fixed enderman having long tails
This commit is contained in:
parent
31267917fd
commit
48c54c252b
1 changed files with 9 additions and 0 deletions
|
@ -115,6 +115,15 @@
|
|||
"size": [ "#arm_width", "#arm_length", "#arm_depth" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
"tail": {
|
||||
"type": "mson:slot",
|
||||
"name": "tail",
|
||||
"locals": {
|
||||
"segments": 0
|
||||
},
|
||||
"implementation": "com.minelittlepony.client.model.part.PonyTail",
|
||||
"data": "minelittlepony:components/tail"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue