Fix blaze collision box

This commit is contained in:
Wuzzy 2017-02-14 22:48:25 +01:00
parent 3ca8f4c697
commit 66af53bc4f
1 changed files with 1 additions and 1 deletions

View File

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