diff --git a/gradle.properties b/gradle.properties index 7b363577..44a87266 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,5 +18,5 @@ org.gradle.daemon=false # Dependencies modmenu_version=1.8.+ kirin_version=1.5.2-1.15.2 - hd_skins_version=6.1.1-1.15.2 - mson_version=1.1.8-1.15.2 + hd_skins_version=6.1.2-1.15.2-SNAPSHOT + mson_version=1.1.9-1.15.2-SNAPSHOT diff --git a/src/main/resources/assets/minelittlepony/models/components/snout.json b/src/main/resources/assets/minelittlepony/models/components/snout.json index c45e0026..6e581f5c 100644 --- a/src/main/resources/assets/minelittlepony/models/components/snout.json +++ b/src/main/resources/assets/minelittlepony/models/components/snout.json @@ -18,7 +18,7 @@ "type": "mson:planar", "offset": ["#x", "#y", "#z"], "north": [ - [-2, 0, -7, 4, 2, 10, 14], + [-2, 0, -7, 4, 2, 10, 14], [-1, -1, -7, 2, 1, 11, 13] ], "up": [ @@ -28,12 +28,12 @@ ], "down": [-2, 2, -7, 4, 1, 18, 7], "west": [ - [-2, 0, -7, 2, 1, 14, 9], - [-1, -1, -7, 1, 1, 12, 11] + [-2, 0, -7, 1, 2, 9, 14], + [-1, -1, -7, 1, 1, 10, 13] ], "east": [ - [ 2, 0, -7, 2, 1, 14, 14], - [ 1, -1, -7, 1, 1, 12, 12] + [ 2, 0, -7, 1, 2, 14, 14], + [ 1, -1, -7, 1, 1, 13, 13] ] } }