forked from VoxeLibre/VoxeLibre
Merge pull request 'Fixed llamas spawning in the Jungle' (#2673) from llama_biomes into master
Reviewed-on: MineClone2/MineClone2#2673 Reviewed-by: cora <cora@noreply.git.minetest.land>
This commit is contained in:
commit
cc4587e49c
|
@ -248,12 +248,10 @@ mcl_mobs:spawn_specific(
|
||||||
"SavannaM_beach",
|
"SavannaM_beach",
|
||||||
"Savanna_beach",
|
"Savanna_beach",
|
||||||
"Savanna_ocean",
|
"Savanna_ocean",
|
||||||
"JungleEdge",
|
|
||||||
"JungleEdgeM",
|
|
||||||
"ExtremeHills",
|
"ExtremeHills",
|
||||||
"ExtremeHills_beach",
|
"ExtremeHills_beach",
|
||||||
"ExtremeHillsM",
|
"ExtremeHillsM",
|
||||||
},
|
}, --FIXME: Needs Windswept Forest when that is added.
|
||||||
0,
|
0,
|
||||||
minetest.LIGHT_MAX+1,
|
minetest.LIGHT_MAX+1,
|
||||||
30,
|
30,
|
||||||
|
|
Loading…
Reference in New Issue