mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-04-01 01:05:27 +02:00
Fixed alignment on tail top textures
This commit is contained in:
parent
de7253594f
commit
4c512f1d1c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
"segment": {
|
"segment": {
|
||||||
"type": "mson:planar",
|
"type": "mson:planar",
|
||||||
"pivot": [0, "#segment_y", 0],
|
"pivot": [0, "#segment_y", 0],
|
||||||
"up": [-2, 0, 2, 4, 4, 32, 0],
|
"up": [-2, 0, 2, 4, 4, 32, 0, true, false],
|
||||||
"east": [ 2, 0, 2, 4, 4, 36, "#tex_x"],
|
"east": [ 2, 0, 2, 4, 4, 36, "#tex_x"],
|
||||||
"west": [-2, 0, 2, 4, 4, 36, "#tex_x"],
|
"west": [-2, 0, 2, 4, 4, 36, "#tex_x"],
|
||||||
"south":[-2, 0, 6, 4, 4, 32, "#tex_x"],
|
"south":[-2, 0, 6, 4, 4, 32, "#tex_x"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue