Snowy biomes only in center of noise.

This commit is contained in:
Splizard 2014-06-05 20:54:19 +12:00
parent 22b47f20a7
commit 7a2b405698
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
--Spawns pines.
data[node] = c_dirt_with_snow
spawn_pine({x=x, y=ground_y+1, z=z},a,data)
elseif snowy then
elseif snowy and test > 0.63 then
--Spawns snow blocks.
data[abovenode] = c_snow_block
else