(+)witherskeleton_head_rotation

This commit is contained in:
epCode 2022-10-06 19:21:32 -07:00 committed by Gitea
parent 1d06ac5774
commit 029638029d
3 changed files with 6 additions and 3 deletions

View File

@ -26,8 +26,8 @@ local skeleton = {
pathfinding = 1,
group_attack = true,
head_swivel = "Head_Control",
bone_eye_height = 2.35,
curiosity = .1,
bone_eye_height = 2.38,
curiosity = 6,
visual = "mesh",
mesh = "mobs_mc_skeleton.b3d",
textures = { {

View File

@ -24,11 +24,14 @@ mcl_mobs:register_mob("mobs_mc:witherskeleton", {
collisionbox = {-0.35, -0.01, -0.35, 0.35, 2.39, 0.35},
visual = "mesh",
mesh = "mobs_mc_witherskeleton.b3d",
head_swivel = "head.control",
bone_eye_height = 2.38,
curiosity = 60,
textures = {
{
"mobs_mc_empty.png", -- armor
"mobs_mc_wither_skeleton.png", -- wither skeleton
"default_tool_stonesword.png", -- sword
"mobs_mc_wither_skeleton.png", -- wither skeleton
}
},
visual_size = {x=1.2, y=1.2},