From 13833d8a3ff01693d487541afab131f85327eba9 Mon Sep 17 00:00:00 2001 From: Sollace Date: Thu, 13 Jan 2022 11:59:15 +0200 Subject: [PATCH] Fixed batwing appearing flipped --- .../models/components/bug_wings.json | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/main/resources/assets/minelittlepony/models/components/bug_wings.json b/src/main/resources/assets/minelittlepony/models/components/bug_wings.json index e714a916..53c70af1 100644 --- a/src/main/resources/assets/minelittlepony/models/components/bug_wings.json +++ b/src/main/resources/assets/minelittlepony/models/components/bug_wings.json @@ -12,15 +12,14 @@ "rotate": [30, 0, 0], "children": { "primary": { + "visible": false, "type": "mson:planar", - "texture": {"u": 56, "v": 16}, - "east": [-0.5, 0, -7, 8, 16] + "east": [-0.5, 0, -7, 8, 16, 56, 16] }, "secondary": { "type": "mson:planar", - "texture": {"u": 56, "v": 32}, "rotate": [-0.5, 0.3, 0.3333], - "east": [1, 0, -5, 8, 16] + "east": [1, 0, -5, 8, 16, 56, 32] } } } @@ -38,17 +37,14 @@ "rotate": [30, 0, 0], "children": { "primary": { + "visible": false, "type": "mson:planar", - "texture": {"u": 56, "v": 16}, - "mirror": [true, false, false], - "west": [0.5, 0, -7, 8, 16] + "west": [0.5, 0, -7, 8, 16, 56, 16, true, false] }, "secondary": { "type": "mson:planar", - "texture": {"u": 56, "v": 32}, - "mirror": [true, false, false], "rotate": [-0.5, -0.3, -0.3333], - "west": [-1, 0, -5, 8, 16] + "west": [-1, 0, -5, 8, 16, 56, 32, true, false] } } }