reduced sheep and boar hitboxes a little

This commit is contained in:
kaadmy 2015-10-24 17:12:37 -07:00
parent 4e02b7937f
commit 655624e802
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ mobs:register_mob(
hp_min = 16,
hp_max = 20,
armor = 200,
collisionbox = {-0.7, -1, -0.7, 0.7, 0.1, 0.7},
collisionbox = {-0.5, -1, -0.5, 0.5, 0.1, 0.5},
visual = "mesh",
mesh = "mobs_boar.x",
textures = {

View File

@ -8,7 +8,7 @@ mobs:register_mob(
hp_min = 10,
hp_max = 14,
armor = 200,
collisionbox = {-0.7, -1, -0.7, 0.7, 0.1, 0.7},
collisionbox = {-0.5, -1, -0.5, 0.5, 0.1, 0.5},
visual = "mesh",
mesh = "mobs_sheep.x",
visual_size = {x = 1, y = 1},