forked from MineClone5/MineClone5
Merge pull request 'Fix ghast's insane difficulty, rotation, and eyeheight' (#1606) from jordan4ibanez/MineClone2:mineclone5 into mineclone5
Reviewed-on: MineClone2/MineClone2#1606
This commit is contained in:
commit
cff9dcd622
|
@ -17,10 +17,11 @@ mobs:register_mob("mobs_mc:ghast", {
|
|||
hostile = true,
|
||||
hp_min = 10,
|
||||
hp_max = 10,
|
||||
rotate = 270,
|
||||
xp_min = 5,
|
||||
xp_max = 5,
|
||||
reach = 60,
|
||||
eye_height = 3,
|
||||
reach = 20,
|
||||
eye_height = 2.5,
|
||||
collisionbox = {-2, 0, -2, 2, 4, 2},
|
||||
visual = "mesh",
|
||||
mesh = "mobs_mc_ghast.b3d",
|
||||
|
@ -53,7 +54,7 @@ mobs:register_mob("mobs_mc:ghast", {
|
|||
},
|
||||
|
||||
fall_damage = 0,
|
||||
view_range = 100,
|
||||
view_range = 28,
|
||||
attack_type = "projectile",
|
||||
arrow = "mobs_mc:fireball",
|
||||
floats=1,
|
||||
|
|
Loading…
Reference in New Issue