From 90ca721fbbe1f9c53870970652f8eb4c1e731c1a Mon Sep 17 00:00:00 2001 From: Sollace Date: Tue, 26 Nov 2019 17:35:17 +0200 Subject: [PATCH] Fixed error with endermen --- .../resources/assets/minelittlepony/models/enderman.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/resources/assets/minelittlepony/models/enderman.json b/src/main/resources/assets/minelittlepony/models/enderman.json index 0f426fad..68db2ae9 100644 --- a/src/main/resources/assets/minelittlepony/models/enderman.json +++ b/src/main/resources/assets/minelittlepony/models/enderman.json @@ -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},