Rework black zone.
This commit is contained in:
parent
1a9afc9ede
commit
7f031350a9
7 changed files with 79 additions and 10 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue