More Minecraft-like mob health
This commit is contained in:
parent
709079f407
commit
27d7775e98
13 changed files with 18 additions and 2 deletions
|
@ -10,6 +10,7 @@ mobs:register_mob("mobs_mc:ghast", {
|
|||
type = "monster",
|
||||
pathfinding = true,
|
||||
group_attack = true,
|
||||
hp_min = 10,
|
||||
hp_max = 10,
|
||||
collisionbox = {-1.45, -1.45, -1.45 ,1.45, 1.45, 1.45},
|
||||
visual_size = {x=3.0, y=3.0},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue