forked from Mirrorlandia_minetest/mod-sneeker
Fix entity vertical positioning
This commit is contained in:
parent
76edba7a48
commit
b2494a40f7
1
TODO.txt
1
TODO.txt
@ -2,4 +2,3 @@
|
|||||||
TODO:
|
TODO:
|
||||||
- add version using mobs_redo API
|
- add version using mobs_redo API
|
||||||
- add version using cmer API
|
- add version using cmer API
|
||||||
- fix vertical position
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
v1.1
|
v1.1
|
||||||
----
|
----
|
||||||
- added sound when hit
|
- added sound when hit
|
||||||
|
- fixed entity vertical positioning
|
||||||
|
|
||||||
v1.0
|
v1.0
|
||||||
----
|
----
|
||||||
|
@ -113,7 +113,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