From 4c512f1d1c03c50583c486f1c869b9db2f641e1e Mon Sep 17 00:00:00 2001 From: Sollace Date: Sat, 10 Dec 2022 21:17:22 +0000 Subject: [PATCH] Fixed alignment on tail top textures --- .../assets/minelittlepony/models/components/tail_segment.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/minelittlepony/models/components/tail_segment.json b/src/main/resources/assets/minelittlepony/models/components/tail_segment.json index f9cabd20..08c65eb2 100644 --- a/src/main/resources/assets/minelittlepony/models/components/tail_segment.json +++ b/src/main/resources/assets/minelittlepony/models/components/tail_segment.json @@ -9,7 +9,7 @@ "segment": { "type": "mson:planar", "pivot": [0, "#segment_y", 0], - "up": [-2, 0, 2, 4, 4, 32, 0], + "up": [-2, 0, 2, 4, 4, 32, 0, true, false], "east": [ 2, 0, 2, 4, 4, 36, "#tex_x"], "west": [-2, 0, 2, 4, 4, 36, "#tex_x"], "south":[-2, 0, 6, 4, 4, 32, "#tex_x"],