forked from VoxeLibre/VoxeLibre
Fixed llamas spawning in the Jungle
Llamas no longer spawn in the jungle
This commit is contained in:
parent
7393c1144a
commit
8d939de25e
|
@ -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