More Minecraft-like mob health
This commit is contained in:
parent
709079f407
commit
27d7775e98
13 changed files with 18 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
|||
--mcsheep
|
||||
mobs:register_mob("mobs_mc:sheep", {
|
||||
type = "animal",
|
||||
hp_min = 8,
|
||||
hp_max = 8,
|
||||
collisionbox = {-0.5, -0.01, -0.5, 0.5, 1.5, 0.5},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue