Overhaul zombie villager

This commit is contained in:
jordan4ibanez 2021-04-20 23:14:53 -04:00
parent 1ed3377559
commit 2c87bd19f3
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ local professions = {
mobs:register_mob("mobs_mc:villager_zombie", {
type = "monster",
spawn_class = "hostile",
hostile = true,
rotate = 270,
eye_height = 1.65,
hp_min = 20,
hp_max = 20,
xp_min = 5,