Fixed enderman having long tails

This commit is contained in:
Sollace 2021-08-09 20:53:28 +02:00
parent 31267917fd
commit 48c54c252b

View file

@ -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"
}
}
}