forked from VoxeLibre/VoxeLibre
(+)Llama_head_rotation
This commit is contained in:
parent
99350d4dc8
commit
683d973d9f
|
@ -58,6 +58,14 @@ mcl_mobs:register_mob("mobs_mc:llama", {
|
||||||
shoot_offset = 1, --3.5 *would* be a good value visually but it somehow messes with the projectiles trajectory
|
shoot_offset = 1, --3.5 *would* be a good value visually but it somehow messes with the projectiles trajectory
|
||||||
spawn_in_group_min = 4,
|
spawn_in_group_min = 4,
|
||||||
spawn_in_group = 6,
|
spawn_in_group = 6,
|
||||||
|
|
||||||
|
head_swivel = "head.control",
|
||||||
|
bone_eye_height = 11,
|
||||||
|
head_eye_height = 3,
|
||||||
|
horrizonatal_head_height=0,
|
||||||
|
curiosity = 60,
|
||||||
|
head_yaw = "z",
|
||||||
|
|
||||||
hp_min = 15,
|
hp_min = 15,
|
||||||
hp_max = 30,
|
hp_max = 30,
|
||||||
xp_min = 1,
|
xp_min = 1,
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue