forked from VoxeLibre/VoxeLibre
Add skeleton to head turn mobs, and suport for spider
This commit is contained in:
parent
9ece73a92f
commit
761cb8b366
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -31,6 +31,11 @@ local skeleton = {
|
||||||
"mcl_bows_bow_0.png", -- bow
|
"mcl_bows_bow_0.png", -- bow
|
||||||
"mobs_mc_skeleton.png", -- skeleton
|
"mobs_mc_skeleton.png", -- skeleton
|
||||||
} },
|
} },
|
||||||
|
--EXPERIMENTAL
|
||||||
|
head_swivel = "Head_Control",
|
||||||
|
bone_eye_height = 2.35,
|
||||||
|
curiosity = .1,
|
||||||
|
-------------------------------
|
||||||
visual_size = {x=1, y=1},
|
visual_size = {x=1, y=1},
|
||||||
makes_footstep_sound = true,
|
makes_footstep_sound = true,
|
||||||
textures = {
|
textures = {
|
||||||
|
|
Loading…
Reference in New Issue