From 1a6320e6b17e35005341a1bcb013f5f0fbe0f348 Mon Sep 17 00:00:00 2001 From: Sollace Date: Fri, 29 Nov 2019 17:49:51 +0200 Subject: [PATCH] Fixed bat wings --- .../minelittlepony/models/components/bat_wings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/assets/minelittlepony/models/components/bat_wings.json b/src/main/resources/assets/minelittlepony/models/components/bat_wings.json index acac4804..6360529a 100644 --- a/src/main/resources/assets/minelittlepony/models/components/bat_wings.json +++ b/src/main/resources/assets/minelittlepony/models/components/bat_wings.json @@ -4,6 +4,7 @@ "name": "left_wing", "implementation": "com.minelittlepony.client.model.part.BatWings$Wing", "content": { + "texture": {"w": 64, "h": 64 }, "folded": { "texture": {"u": 56, "v": 16}, "rotate": [90, 0, 0], @@ -45,8 +46,7 @@ }, { "type": "mson:planar", - "texture": {"u": 56, "v": 32}, - "west": [0, 0, -7, 16, 8, 0] + "west": [0, 0, -7, 16, 8, 56, 32] } ] } @@ -59,6 +59,7 @@ "name": "right_wing", "implementation": "com.minelittlepony.client.model.part.BatWings$Wing", "content": { + "texture": {"w": 64, "h": 64 }, "folded": { "texture": {"u": 56, "v": 16}, "rotate": [90, 0, 0], @@ -104,9 +105,8 @@ }, { "type": "mson:planar", - "texture": {"u": 56, "v": 32}, "mirror": true, - "west": [0, 0, -7, 16, 8, 0] + "west": [0, 0, -7, 16, 8, 56, 32] } ] }