mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-08-10 08:18:12 -04:00
Add Reindeer
This commit is contained in:
parent
b873868059
commit
1450e131fa
8 changed files with 166 additions and 0 deletions
|
@ -154,6 +154,20 @@ mob_core.register_spawn({
|
|||
}
|
||||
}, animalia.spawn_interval, 4)
|
||||
|
||||
-- Reindeer --
|
||||
|
||||
mob_core.register_spawn({
|
||||
name = "animalia:reindeer",
|
||||
min_light = 0,
|
||||
max_light = 15,
|
||||
min_height = -31000,
|
||||
max_height = 31000,
|
||||
group = 6,
|
||||
optional = {
|
||||
biomes = animalia.temperate_biomes
|
||||
}
|
||||
}, animalia.spawn_interval, 4)
|
||||
|
||||
-- Sheep --
|
||||
|
||||
mob_core.register_spawn({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue