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] } }