forked from VoxeLibre/VoxeLibre
Fix list of spawnable biomes for rabbits.
* Rabbits spawn in Desert biome. * Rabbits do no spawn in Forest and Swamp biomes.
This commit is contained in:
parent
e8e565fc06
commit
4e3a2a7b4c
|
@ -116,15 +116,14 @@ mobs:spawn_specific(
|
|||
"overworld",
|
||||
"ground",
|
||||
{
|
||||
"Desert",
|
||||
"FlowerForest",
|
||||
"Swampland",
|
||||
"Taiga",
|
||||
"ExtremeHills",
|
||||
"BirchForest",
|
||||
"MegaSpruceTaiga",
|
||||
"MegaTaiga",
|
||||
"ExtremeHills+",
|
||||
"Forest",
|
||||
"Plains",
|
||||
"ColdTaiga",
|
||||
"SunflowerPlains",
|
||||
|
|
Loading…
Reference in New Issue