mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 22:07:59 +01:00
Fixed stallion snouts
This commit is contained in:
parent
13ef34b663
commit
94d38e2f1c
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@
|
||||||
"offset": ["#x", "#y", "#z"],
|
"offset": ["#x", "#y", "#z"],
|
||||||
"north": [-2, -1, -7, 4, 3, 10, 13],
|
"north": [-2, -1, -7, 4, 3, 10, 13],
|
||||||
"up": [-2, -1, -7, 4, 1, 10, 13],
|
"up": [-2, -1, -7, 4, 1, 10, 13],
|
||||||
"down": [-2, 2, -7, 4, 1, 18, 7],
|
"down": [-2, 2, -7, 4, 1, 18, 7],
|
||||||
"west": [-2, -1, -7, 3, 1, 13, 10],
|
"west": [-2, -1, -7, 3, 3, 13, 10],
|
||||||
"east": [ 2, -1, -7, 3, 1, 13, 13]
|
"east": [ 2, -1, -7, 3, 3, 13, 13]
|
||||||
},
|
},
|
||||||
"mare": {
|
"mare": {
|
||||||
"type": "mson:planar",
|
"type": "mson:planar",
|
||||||
|
|
Loading…
Reference in a new issue