From 42968a99ff7be877d5278c41f8c55f3a00f19226 Mon Sep 17 00:00:00 2001 From: Sollace Date: Tue, 10 Nov 2020 21:20:29 +0200 Subject: [PATCH] Fixed snouts on foals including a little of the eyes on them --- .../assets/minelittlepony/models/components/snout.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/minelittlepony/models/components/snout.json b/src/main/resources/assets/minelittlepony/models/components/snout.json index fdc11d59..3db58c14 100644 --- a/src/main/resources/assets/minelittlepony/models/components/snout.json +++ b/src/main/resources/assets/minelittlepony/models/components/snout.json @@ -29,11 +29,11 @@ "down": [-2, 2, -7, 4, 1, 18, 7], "west": [ [-2, 0, -7, 1, 2, 9, 14], - [-1, -1, -7, 1, 1, 10, 13] + [-1, -1, -7, 1, 1, 11, 13] ], "east": [ [ 2, 0, -7, 1, 2, 14, 14], - [ 1, -1, -7, 1, 1, 13, 13] + [ 1, -1, -7, 1, 1, 12, 13] ] } }