let rats spawn

This commit is contained in:
Menche 2016-08-15 19:31:57 -07:00
parent fe34d274fb
commit 5c1083b6a8
1 changed files with 3 additions and 3 deletions

View File

@ -371,10 +371,10 @@ void content_mob_init()
f->dropped_item = std::string("CraftItem2 ")+itos(CONTENT_CRAFTITEM_RAT)+" 1";
f->motion = MM_WANDER;
f->moves_silently = true;
f->spawn_max_height = -10;
f->spawn_max_height = -5;
f->spawn_group = 3;
f->spawn_naturally = false;
f->lifetime = one_month;
f->spawn_naturally = true;
f->lifetime = one_week;
f->setCollisionBox(aabb3f(-BS/3.,0.0,-BS/3., BS/3.,BS/2.,BS/3.));
lists::add("creative",CONTENT_TOOLITEM_MOB_SPAWNER,1,i);