Modding:WorldGen API: Difference between revisions

From Vintage Story Wiki
m
Line 226: Line 226:
Add the following to '''StartServerSide'''
Add the following to '''StartServerSide'''
<syntaxhighlight lang="c#">
<syntaxhighlight lang="c#">
this.api.Event.ChunkColumnGeneration(OnChunkColumnGeneration, EnumWorldGenPass.Vegetation);
this.api.Event.ChunkColumnGeneration(OnChunkColumnGeneration, EnumWorldGenPass.Vegetation, "standart");
</syntaxhighlight>
</syntaxhighlight>


Confirmedusers, editor
749

edits