Fixed ghast hitbox

This commit is contained in:
the-real-herowl 2024-01-21 07:15:08 +01:00 committed by the-real-herowl
parent 1175be45fb
commit f41990c1d0
2 changed files with 1 additions and 1 deletions

View File

@ -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,