diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-07-03 19:25:49 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-07-03 19:25:49 +0100 |
commit | b40fe3a2c796316398af5741f415576f2bc27efb (patch) | |
tree | 886464b4a15ad4ed117b92fab6cd609fdc948d4c | |
parent | ebc2e3a8742a18e219ef56ebeadb1080f919017d (diff) |
increased bee selection box
-rw-r--r-- | bee.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |