forked from mtcontrib/minetest-mod-snow
Straight change between alpine biome and dirt.
This commit is contained in:
parent
13d66be25f
commit
954726e8c5
@ -197,7 +197,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
|
|||||||
if ground_y and data[node] == c_dirt_with_grass then
|
if ground_y and data[node] == c_dirt_with_grass then
|
||||||
--local veg
|
--local veg
|
||||||
--if legacy and mossy and pr:next(1,10) == 1 then veg = 1 end
|
--if legacy and mossy and pr:next(1,10) == 1 then veg = 1 end
|
||||||
if alpine then
|
if alpine and test > 0.53 then
|
||||||
--Gets rid of dirt
|
--Gets rid of dirt
|
||||||
data[abovenode] = c_snow
|
data[abovenode] = c_snow
|
||||||
for y=ground_y,-6,-1 do
|
for y=ground_y,-6,-1 do
|
||||||
|
Loading…
Reference in New Issue
Block a user