added oerrki spawner for creatures mod

master
Juraj Vajda 2016-02-13 18:58:55 +01:00
parent fe16d1ad55
commit 228458f568
1 changed files with 14 additions and 4 deletions

View File

@ -136,7 +136,17 @@ MOBS_PROPS = {
dummy_offset=-0.5,
dummy_mesh="creatures_zombie.b3d",
dummy_texture={"creatures_zombie.png"},
night_only=true,
night_only=false,
sound_custom=""
},
{
name="oerrki",
egg_name_custom="creatures:oerrki_spawn_egg",
dummy_size={x=0.4,y=0.4},
dummy_offset=-0.5,
dummy_mesh="creatures_oerrki.b3d",
dummy_texture={"creatures_oerrki.png"},
night_only=false,
sound_custom=""
}
}