forked from oerkki/voxelands
let rats spawn
This commit is contained in:
parent
fe34d274fb
commit
5c1083b6a8
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue