Update Libri

This commit is contained in:
ElCeejo 2022-10-17 17:59:48 -07:00
parent 4642fb63fd
commit 93307c9eec
5 changed files with 26 additions and 1 deletions

View File

@ -37,10 +37,13 @@ local generate_mobs = {
["animalia:cat"] = "Cat",
["animalia:chicken"] = "Chicken",
["animalia:cow"] = "Cow",
["animalia:owl"] = "Owl",
--["animalia:tropical_fish"] = "Tropical Fish",
["animalia:fox"] = "Fox",
["animalia:frog"] = "Frog",
["animalia:horse"] = "Horse",
["animalia:pig"] = "Pig",
["animalia:rat"] = "Rat",
["animalia:reindeer"] = "Reindeer",
["animalia:sheep"] = "Sheep",
["animalia:turkey"] = "Turkey",
@ -54,10 +57,13 @@ local spawn_biomes = {
["animalia:cat"] = "urban",
["animalia:chicken"] = "tropical",
["animalia:cow"] = "grassland",
["animalia:owl"] = "temperate",
["animalia:tropical_fish"] = "ocean",
["animalia:fox"] = "boreal",
["animalia:frog"] = "swamp",
["animalia:horse"] = "grassland",
["animalia:pig"] = "temperate",
["animalia:rat"] = "urban",
["animalia:reindeer"] = "boreal",
["animalia:sheep"] = "grassland",
["animalia:turkey"] = "boreal",

View File

@ -0,0 +1,7 @@
Foxes wander forests, hunting
for their favorite food: Rats.
They can be quite helpful in
keeping rodent populations
down, but also pose a serious
threat to Chickens and
Turkeys.

View File

@ -1,4 +1,4 @@
Horses are large mammal found in open
Horses are a large mammal found in open
plains. They're commonly used for
transportation, as they can run at high
speed for vast distances without tiring. To

View File

@ -0,0 +1,6 @@
Owls are a nocturnal bird of prey, most
common in forests. Owls play an important
role in rodent population control, and are
incredibly efficient at it. Their wings are dead
silent, allowing them to avoid detection by
potential prey.

View File

@ -0,0 +1,6 @@
Rats are common pest on most
farms. They slowly eat away at
crops and often do so in large
numbers. They can also get
into any unlocked storage and
will eat food from it.