1
0
Fork 0

Compare commits

...

1 Commits

Author SHA1 Message Date
the-real-herowl 9dcc51f0ab Fixed ghast hitbox 2024-01-21 06:21:56 +00:00
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,