forked from Mirrorlandia_minetest/mod-sneeker
Fix entity vertical positioning
This commit is contained in:
parent
86392efe85
commit
2b275380df
@ -116,7 +116,7 @@ local def = {
|
|||||||
model = {
|
model = {
|
||||||
mesh = "character.b3d",
|
mesh = "character.b3d",
|
||||||
textures = {"sneeker.png"},
|
textures = {"sneeker.png"},
|
||||||
collisionbox = {-0.25, -0.7, -0.25, 0.25, 0.8, 0.25},
|
collisionbox = {-0.25, 0.3, -0.25, 0.25, 1.8, 0.25},
|
||||||
rotation = -90,
|
rotation = -90,
|
||||||
animations = {
|
animations = {
|
||||||
idle = {start=0, stop=79, speed=30},
|
idle = {start=0, stop=79, speed=30},
|
||||||
|
Loading…
Reference in New Issue
Block a user