mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-04 15:21:06 +01:00
Fixed ghast hitbox
This commit is contained in:
parent
1175be45fb
commit
f41990c1d0
2 changed files with 1 additions and 1 deletions
|
@ -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 a new issue