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:creeper", {
|
||||
type = "monster",
|
||||
hp_min = 20,
|
||||
hp_max = 20,
|
||||
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1.6, 0.4},
|
||||
pathfinding = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue