mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2024-12-22 17:00:26 +01:00
increased bee selection box
This commit is contained in:
parent
ebc2e3a874
commit
b40fe3a2c7
2
bee.lua
2
bee.lua
@ -9,7 +9,7 @@ mobs:register_mob("mobs_animal:bee", {
|
|||||||
hp_min = 1,
|
hp_min = 1,
|
||||||
hp_max = 2,
|
hp_max = 2,
|
||||||
armor = 200,
|
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",
|
visual = "mesh",
|
||||||
mesh = "mobs_bee.x",
|
mesh = "mobs_bee.x",
|
||||||
textures = {
|
textures = {
|
||||||
|
Loading…
Reference in New Issue
Block a user