• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

question: less bird nests in Navezgane?

Absolutely possible. Only the heightmap and POI's are pregened for navesgane, all the ores and decorations are randomly generated.

Code:
<set xpath="/worldgeneration/biomes/biome/decorations/decoration[@blockname='cntBirdnest']/@prob">0.100</set>
<set xpath="/worldgeneration/biomes/biome/subbiome/decorations/decoration[@blockname='cntBirdnest']/@prob">0.100</set>
Obviously the probability you want to set to your desired value. The one I used above would create a HUGE number of them.

 
Back
Top