Place biome-driven water and lava springs
This commit is contained in:
parent
dd2ea56850
commit
2bfa3155f3
7 changed files with 184 additions and 6 deletions
|
|
@ -479,6 +479,7 @@ func decorate(c *Chunk, od *worldgen.OverworldDensity, cx, cz int32, seed int64,
|
|||
r := newChunkRand(cx, cz, seed)
|
||||
|
||||
placeVanillaOres(c, seed, cx, cz, biomeName)
|
||||
placeVanillaSprings(c, seed, cx, cz, biomeName)
|
||||
placeFlora(c, &r, surfTop, grass, biomeName)
|
||||
placeDesertFeatures(c, &r, surfTop, biomeName)
|
||||
placeRocks(c, &r, surfTop, grass, biomeName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue