From c476f6ce9bc535c88c2f6f49a530d246f7c54f66 Mon Sep 17 00:00:00 2001 From: Sollace Date: Sat, 4 Sep 2021 20:27:30 +0200 Subject: [PATCH] Fixed lighting on tails --- .../assets/minelittlepony/models/components/tail_segment.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 2cfe09ef..f9cabd20 100644 --- a/src/main/resources/assets/minelittlepony/models/components/tail_segment.json +++ b/src/main/resources/assets/minelittlepony/models/components/tail_segment.json @@ -12,8 +12,8 @@ "up": [-2, 0, 2, 4, 4, 32, 0], "east": [ 2, 0, 2, 4, 4, 36, "#tex_x"], "west": [-2, 0, 2, 4, 4, 36, "#tex_x"], - "south":[-2, 0, 2, 4, 4, 32, "#tex_x"], - "north":[-2, 0, 6, 4, 4, 32, "#tex_x"], + "south":[-2, 0, 6, 4, 4, 32, "#tex_x"], + "north":[-2, 0, 2, 4, 4, 32, "#tex_x"], "down": [-2, 4, 2, 4, 4, 32, 0] } }