mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 13:57:59 +01:00
Fixed lighting on tails
This commit is contained in:
parent
9efdc29a2f
commit
c476f6ce9b
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
"up": [-2, 0, 2, 4, 4, 32, 0],
|
||||
"east": [ 2, 0, 2, 4, 4, 36, "#tex_x"],
|
||||
"west": [-2, 0, 2, 4, 4, 36, "#tex_x"],
|
||||
"south":[-2, 0, 2, 4, 4, 32, "#tex_x"],
|
||||
"north":[-2, 0, 6, 4, 4, 32, "#tex_x"],
|
||||
"south":[-2, 0, 6, 4, 4, 32, "#tex_x"],
|
||||
"north":[-2, 0, 2, 4, 4, 32, "#tex_x"],
|
||||
"down": [-2, 4, 2, 4, 4, 32, 0]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue