forked from VoxeLibre/VoxeLibre
Fix rabbit spawning biomes
This commit is contained in:
parent
bc2e61921f
commit
0e6250b2a3
|
@ -132,18 +132,9 @@ mcl_mobs:spawn_specific(
|
|||
"Desert",
|
||||
"FlowerForest",
|
||||
"Taiga",
|
||||
"ExtremeHills",
|
||||
"BirchForest",
|
||||
"MegaSpruceTaiga",
|
||||
"MegaTaiga",
|
||||
"ExtremeHills+",
|
||||
"Plains",
|
||||
"ColdTaiga",
|
||||
"SunflowerPlains",
|
||||
"RoofedForest",
|
||||
"MesaPlateauFM_grasstop",
|
||||
"ExtremeHillsM",
|
||||
"BirchForestM",
|
||||
},
|
||||
9,
|
||||
minetest.LIGHT_MAX+1,
|
||||
|
|
Loading…
Reference in New Issue