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:
kabou 2022-05-08 14:28:52 +02:00 committed by Gitea
parent e8e565fc06
commit 4e3a2a7b4c
1 changed files with 1 additions and 2 deletions

View File

@ -116,15 +116,14 @@ mobs:spawn_specific(
"overworld",
"ground",
{
"Desert",
"FlowerForest",
"Swampland",
"Taiga",
"ExtremeHills",
"BirchForest",
"MegaSpruceTaiga",
"MegaTaiga",
"ExtremeHills+",
"Forest",
"Plains",
"ColdTaiga",
"SunflowerPlains",