forked from VoxeLibre/VoxeLibre
(+)rabbit_head_rotation
This commit is contained in:
parent
690d97bc63
commit
8b3087c1d3
|
@ -15,7 +15,12 @@ local rabbit = {
|
||||||
xp_min = 1,
|
xp_min = 1,
|
||||||
xp_max = 3,
|
xp_max = 3,
|
||||||
collisionbox = {-0.2, -0.01, -0.2, 0.2, 0.49, 0.2},
|
collisionbox = {-0.2, -0.01, -0.2, 0.2, 0.49, 0.2},
|
||||||
|
head_swivel = "head.control",
|
||||||
|
bone_eye_height = 2,
|
||||||
|
head_eye_height = 0.5,
|
||||||
|
horrizonatal_head_height = -.3,
|
||||||
|
curiosity = 20,
|
||||||
|
head_yaw="z",
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "mobs_mc_rabbit.b3d",
|
mesh = "mobs_mc_rabbit.b3d",
|
||||||
textures = {
|
textures = {
|
||||||
|
|
Loading…
Reference in New Issue