More Minecraft-like mob health

This commit is contained in:
Wuzzy 2017-01-20 21:24:56 +01:00
parent 709079f407
commit 27d7775e98
13 changed files with 18 additions and 2 deletions

View file

@ -13,8 +13,8 @@ mobs:register_mob("mobs_mc:spider", {
attack_type = "dogfight",
pathfinding = true,
damage = 2,
hp_min = 12,
hp_max = 20,
hp_min = 16,
hp_max = 16,
armor = 100,
collisionbox = {-0.9, -0.01, -0.7, 0.7, 0.6, 0.7},
visual = "mesh",