File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1022,6 +1022,7 @@ function default.register_biomes(upper_limit)
1022
1022
1023
1023
minetest .register_biome ({
1024
1024
name = " taiga_ocean" ,
1025
+ node_dust = " default:snow" ,
1025
1026
node_top = " default:sand" ,
1026
1027
depth_top = 1 ,
1027
1028
node_filler = " default:sand" ,
@@ -1054,6 +1055,7 @@ function default.register_biomes(upper_limit)
1054
1055
1055
1056
minetest .register_biome ({
1056
1057
name = " snowy_grassland_ocean" ,
1058
+ node_dust = " default:snow" ,
1057
1059
node_top = " default:sand" ,
1058
1060
depth_top = 1 ,
1059
1061
node_filler = " default:sand" ,
@@ -2083,7 +2085,8 @@ function default.register_decorations()
2083
2085
place_on = {
2084
2086
" default:permafrost_with_moss" ,
2085
2087
" default:permafrost_with_stones" ,
2086
- " default:stone"
2088
+ " default:stone" ,
2089
+ " default:gravel"
2087
2090
},
2088
2091
sidelen = 4 ,
2089
2092
noise_params = {
@@ -2094,9 +2097,9 @@ function default.register_decorations()
2094
2097
octaves = 3 ,
2095
2098
persist = 1.0
2096
2099
},
2097
- biomes = {" tundra" },
2100
+ biomes = {" tundra" , " tundra_beach " },
2098
2101
y_max = 50 ,
2099
- y_min = 2 ,
2102
+ y_min = 1 ,
2100
2103
decoration = " default:snow" ,
2101
2104
})
2102
2105
You can’t perform that action at this time.
0 commit comments