Fixed lighting on tails

This commit is contained in:
Sollace 2021-09-04 20:27:30 +02:00
parent 9efdc29a2f
commit c476f6ce9b

View file

@ -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]
}
}