Rework black zone.

This commit is contained in:
Duane Robertson 2016-05-24 22:21:24 -05:00
parent 1a9afc9ede
commit 7f031350a9
7 changed files with 79 additions and 10 deletions

View file

@ -21,8 +21,8 @@ mobs:register_mob("fun_caves:dangler", {
attacks_monsters = true,
reach = 2,
damage = 1,
hp_min = 5,
hp_max = 10,
hp_min = 10,
hp_max = 20,
armor = 200,
collisionbox = {-0.32, -0.0, -0.25, 0.25, 0.25, 0.25},
visual = "mesh",