Add Reindeer

This commit is contained in:
ElCeejo 2021-12-24 11:47:35 -08:00
parent b873868059
commit 1450e131fa
8 changed files with 166 additions and 0 deletions

View file

@ -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({