Fix outdated mob settings help

This commit is contained in:
Wuzzy 2019-10-03 12:12:50 +02:00
parent 5ed278717f
commit 0e733f1677
3 changed files with 4 additions and 10 deletions

View file

@ -3141,7 +3141,7 @@ minetest.register_entity(name, {
lifetimer = def.lifetimer or 57.73,
hp_min = scale_difficulty(def.hp_min, 5, 1),
hp_max = scale_difficulty(def.hp_max, 10, 1),
breath_max = scale_difficulty(def.breath_max, 15, 1, -1),
breath_max = def.breath_max or 15,
breathes_in_water = def.breathes_in_water or false,
physical = true,
collisionbox = def.collisionbox or {-0.25, -0.25, -0.25, 0.25, 0.25, 0.25},