diff --git a/mods/ENTITIES/mobs_mc/models/mobs_mc_wither.b3d b/mods/ENTITIES/mobs_mc/models/mobs_mc_wither.b3d index 4669f3eb5..438155a64 100644 Binary files a/mods/ENTITIES/mobs_mc/models/mobs_mc_wither.b3d and b/mods/ENTITIES/mobs_mc/models/mobs_mc_wither.b3d differ diff --git a/mods/ENTITIES/mobs_mc/wither.lua b/mods/ENTITIES/mobs_mc/wither.lua index 3b47d0752..135953573 100644 --- a/mods/ENTITIES/mobs_mc/wither.lua +++ b/mods/ENTITIES/mobs_mc/wither.lua @@ -25,6 +25,12 @@ mcl_mobs:register_mob("mobs_mc:wither", { textures = { {"mobs_mc_wither.png"}, }, + --EXPERIMENTAL + head_swivel = "Head_Control", + bone_eye_height = 0.43, + head_eye_height = 3, + curiosity = 2, + ------------------------------- visual_size = {x=4, y=4}, makes_footstep_sound = true, view_range = 16,