Don't despawn villagers

This commit is contained in:
Lizzy Fleckenstein 2021-01-26 18:40:16 +01:00
parent e9f9d96eb1
commit e05576b3f3
1 changed files with 1 additions and 0 deletions

View File

@ -962,6 +962,7 @@ mobs:register_mob("mobs_mc:villager", {
walk_velocity = 1.2,
run_velocity = 2.4,
drops = {},
can_despawn = false,
-- TODO: sounds
animation = {
stand_speed = 25,