mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fixed error with endermen
This commit is contained in:
parent
e2e617b7ab
commit
90ca721fbb
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@
|
|||
"implementation": "com.minelittlepony.client.model.part.PonyEars",
|
||||
"content": "minelittlepony:components/ears"
|
||||
},
|
||||
{
|
||||
"type": "mson:slot",
|
||||
"name": "horn",
|
||||
"implementation": "com.minelittlepony.client.model.part.UnicornHorn",
|
||||
"content": "minelittlepony:components/horn"
|
||||
},
|
||||
{
|
||||
"name": "left_horn",
|
||||
"texture": {"u": 0, "v": 52},
|
||||
|
|
Loading…
Reference in a new issue