forked from VoxeLibre/VoxeLibre
Fix blaze collision box
This commit is contained in:
parent
3ca8f4c697
commit
66af53bc4f
|
@ -13,7 +13,7 @@ mobs:register_mob("mobs_mc:blaze", {
|
|||
type = "monster",
|
||||
hp_min = 20,
|
||||
hp_max = 20,
|
||||
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1.9, 0.4},
|
||||
collisionbox = {-0.4, 0.4, -0.4, 0.4, 1.9, 0.4},
|
||||
textures = {
|
||||
{"mobs_blaze.png"}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue