added oerrki spawner for creatures mod
This commit is contained in:
parent
fe16d1ad55
commit
228458f568
12
config.lua
12
config.lua
@ -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=""
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user