mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-03-21 15:21:22 +00:00
Update Libri
This commit is contained in:
parent
4642fb63fd
commit
93307c9eec
5 changed files with 26 additions and 1 deletions
|
@ -37,10 +37,13 @@ local generate_mobs = {
|
||||||
["animalia:cat"] = "Cat",
|
["animalia:cat"] = "Cat",
|
||||||
["animalia:chicken"] = "Chicken",
|
["animalia:chicken"] = "Chicken",
|
||||||
["animalia:cow"] = "Cow",
|
["animalia:cow"] = "Cow",
|
||||||
|
["animalia:owl"] = "Owl",
|
||||||
--["animalia:tropical_fish"] = "Tropical Fish",
|
--["animalia:tropical_fish"] = "Tropical Fish",
|
||||||
|
["animalia:fox"] = "Fox",
|
||||||
["animalia:frog"] = "Frog",
|
["animalia:frog"] = "Frog",
|
||||||
["animalia:horse"] = "Horse",
|
["animalia:horse"] = "Horse",
|
||||||
["animalia:pig"] = "Pig",
|
["animalia:pig"] = "Pig",
|
||||||
|
["animalia:rat"] = "Rat",
|
||||||
["animalia:reindeer"] = "Reindeer",
|
["animalia:reindeer"] = "Reindeer",
|
||||||
["animalia:sheep"] = "Sheep",
|
["animalia:sheep"] = "Sheep",
|
||||||
["animalia:turkey"] = "Turkey",
|
["animalia:turkey"] = "Turkey",
|
||||||
|
@ -54,10 +57,13 @@ local spawn_biomes = {
|
||||||
["animalia:cat"] = "urban",
|
["animalia:cat"] = "urban",
|
||||||
["animalia:chicken"] = "tropical",
|
["animalia:chicken"] = "tropical",
|
||||||
["animalia:cow"] = "grassland",
|
["animalia:cow"] = "grassland",
|
||||||
|
["animalia:owl"] = "temperate",
|
||||||
["animalia:tropical_fish"] = "ocean",
|
["animalia:tropical_fish"] = "ocean",
|
||||||
|
["animalia:fox"] = "boreal",
|
||||||
["animalia:frog"] = "swamp",
|
["animalia:frog"] = "swamp",
|
||||||
["animalia:horse"] = "grassland",
|
["animalia:horse"] = "grassland",
|
||||||
["animalia:pig"] = "temperate",
|
["animalia:pig"] = "temperate",
|
||||||
|
["animalia:rat"] = "urban",
|
||||||
["animalia:reindeer"] = "boreal",
|
["animalia:reindeer"] = "boreal",
|
||||||
["animalia:sheep"] = "grassland",
|
["animalia:sheep"] = "grassland",
|
||||||
["animalia:turkey"] = "boreal",
|
["animalia:turkey"] = "boreal",
|
||||||
|
|
7
libri/animalia_libri_fox.txt
Normal file
7
libri/animalia_libri_fox.txt
Normal 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.
|
|
@ -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
|
plains. They're commonly used for
|
||||||
transportation, as they can run at high
|
transportation, as they can run at high
|
||||||
speed for vast distances without tiring. To
|
speed for vast distances without tiring. To
|
||||||
|
|
6
libri/animalia_libri_owl.txt
Normal file
6
libri/animalia_libri_owl.txt
Normal 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.
|
6
libri/animalia_libri_rat.txt
Normal file
6
libri/animalia_libri_rat.txt
Normal 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.
|
Loading…
Add table
Reference in a new issue