forked from VoxeLibre/VoxeLibre
Fix turtle rotation
This commit is contained in:
parent
18d81b62ae
commit
f1c1b03df4
|
@ -44,7 +44,7 @@ local turtle = {
|
||||||
"mobs_mc_turtle.png",
|
"mobs_mc_turtle.png",
|
||||||
} },
|
} },
|
||||||
visual_size = {x=3, y=3},
|
visual_size = {x=3, y=3},
|
||||||
rotate = 180,
|
rotate = 0,
|
||||||
sounds = {
|
sounds = {
|
||||||
},
|
},
|
||||||
drops = {
|
drops = {
|
||||||
|
|
Loading…
Reference in New Issue