forked from VoxeLibre/VoxeLibre
Fixed ghast hitbox
This commit is contained in:
parent
1175be45fb
commit
f41990c1d0
|
@ -20,7 +20,7 @@ mcl_mobs.register_mob("mobs_mc:ghast", {
|
|||
hp_max = 10,
|
||||
xp_min = 5,
|
||||
xp_max = 5,
|
||||
collisionbox = {-2, 5, -2, 2, 9, 2},
|
||||
collisionbox = {-2, 0, -2, 2, 4, 2, rotate=true},
|
||||
visual = "mesh",
|
||||
mesh = "mobs_mc_ghast.b3d",
|
||||
spawn_in_group = 1,
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue