mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fixed snout textures. Fixes #147
This commit is contained in:
parent
435b0fb38e
commit
e7fa30ad4c
2 changed files with 7 additions and 7 deletions
|
@ -18,5 +18,5 @@ org.gradle.daemon=false
|
||||||
# Dependencies
|
# Dependencies
|
||||||
modmenu_version=1.8.+
|
modmenu_version=1.8.+
|
||||||
kirin_version=1.5.2-1.15.2
|
kirin_version=1.5.2-1.15.2
|
||||||
hd_skins_version=6.1.1-1.15.2
|
hd_skins_version=6.1.2-1.15.2-SNAPSHOT
|
||||||
mson_version=1.1.8-1.15.2
|
mson_version=1.1.9-1.15.2-SNAPSHOT
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"type": "mson:planar",
|
"type": "mson:planar",
|
||||||
"offset": ["#x", "#y", "#z"],
|
"offset": ["#x", "#y", "#z"],
|
||||||
"north": [
|
"north": [
|
||||||
[-2, 0, -7, 4, 2, 10, 14],
|
[-2, 0, -7, 4, 2, 10, 14],
|
||||||
[-1, -1, -7, 2, 1, 11, 13]
|
[-1, -1, -7, 2, 1, 11, 13]
|
||||||
],
|
],
|
||||||
"up": [
|
"up": [
|
||||||
|
@ -28,12 +28,12 @@
|
||||||
],
|
],
|
||||||
"down": [-2, 2, -7, 4, 1, 18, 7],
|
"down": [-2, 2, -7, 4, 1, 18, 7],
|
||||||
"west": [
|
"west": [
|
||||||
[-2, 0, -7, 2, 1, 14, 9],
|
[-2, 0, -7, 1, 2, 9, 14],
|
||||||
[-1, -1, -7, 1, 1, 12, 11]
|
[-1, -1, -7, 1, 1, 10, 13]
|
||||||
],
|
],
|
||||||
"east": [
|
"east": [
|
||||||
[ 2, 0, -7, 2, 1, 14, 14],
|
[ 2, 0, -7, 1, 2, 14, 14],
|
||||||
[ 1, -1, -7, 1, 1, 12, 12]
|
[ 1, -1, -7, 1, 1, 13, 13]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue