High pitch for baby monsters
This commit is contained in:
parent
793357cdfe
commit
9434baf991
4 changed files with 12 additions and 5 deletions
|
@ -92,6 +92,7 @@ baby_zombie.visual_size = {x=zombie.visual_size.x/2, y=zombie.visual_size.y/2}
|
|||
baby_zombie.walk_velocity = 1.2
|
||||
baby_zombie.run_velocity = 2.4
|
||||
baby_zombie.sunlight_damage = 0
|
||||
baby_zombie.child = 1
|
||||
|
||||
mobs:register_mob("mobs_mc:baby_zombie", baby_zombie)
|
||||
|
||||
|
@ -113,6 +114,7 @@ baby_husk.collisionbox = {-0.25, -0.01, -0.25, 0.25, 0.94, 0.25}
|
|||
baby_husk.visual_size = {x=zombie.visual_size.x/2, y=zombie.visual_size.y/2}
|
||||
baby_husk.walk_velocity = 1.2
|
||||
baby_husk.run_velocity = 2.4
|
||||
baby_husk.child = 1
|
||||
|
||||
mobs:register_mob("mobs_mc:baby_husk", baby_husk)
|
||||
|
||||
|
|
|
@ -96,6 +96,7 @@ baby_pigman.textures = { {
|
|||
baby_pigman.walk_velocity = 1.2
|
||||
baby_pigman.run_velocity = 2.4
|
||||
baby_pigman.light_damage = 0
|
||||
baby_pigman.child = 1
|
||||
|
||||
mobs:register_mob("mobs_mc:baby_pigman", baby_pigman)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue