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",
|
||||
"Savanna_beach",
|
||||
"Savanna_ocean",
|
||||
"JungleEdge",
|
||||
"JungleEdgeM",
|
||||
"ExtremeHills",
|
||||
"ExtremeHills_beach",
|
||||
"ExtremeHillsM",
|
||||
},
|
||||
}, --FIXME: Needs Windswept Forest when that is added.
|
||||
0,
|
||||
minetest.LIGHT_MAX+1,
|
||||
30,
|
||||
|
|
Loading…
Reference in New Issue