forked from mtcontrib/mobs_animal
increased bee selection box
This commit is contained in:
2
bee.lua
2
bee.lua
@ -9,7 +9,7 @@ mobs:register_mob("mobs_animal:bee", {
|
||||
hp_min = 1,
|
||||
hp_max = 2,
|
||||
armor = 200,
|
||||
collisionbox = {-0.2, -0.01, -0.2, 0.2, 0.2, 0.2},
|
||||
collisionbox = {-0.2, -0.01, -0.2, 0.2, 0.5, 0.2},
|
||||
visual = "mesh",
|
||||
mesh = "mobs_bee.x",
|
||||
textures = {
|
||||
|
Reference in New Issue
Block a user