@@ -342,9 +342,9 @@ function default.register_biomes()
342
342
minetest .register_biome ({
343
343
name = " glacier_ocean" ,
344
344
node_dust = " default:snowblock" ,
345
- node_top = " default:gravel " ,
345
+ node_top = " default:sand " ,
346
346
depth_top = 1 ,
347
- node_filler = " default:gravel " ,
347
+ node_filler = " default:sand " ,
348
348
depth_filler = 2 ,
349
349
-- node_stone = "",
350
350
-- node_water_top = "",
@@ -483,26 +483,8 @@ function default.register_biomes()
483
483
-- depth_water_top = ,
484
484
-- node_water = "",
485
485
-- node_river_water = "",
486
- y_min = 9 ,
487
- y_max = 31000 ,
488
- heat_point = 45 ,
489
- humidity_point = 75 ,
490
- })
491
-
492
- minetest .register_biome ({
493
- name = " coniferous_forest_dunes" ,
494
- -- node_dust = "",
495
- node_top = " default:sand" ,
496
- depth_top = 1 ,
497
- node_filler = " default:sand" ,
498
- depth_filler = 2 ,
499
- -- node_stone = "",
500
- -- node_water_top = "",
501
- -- depth_water_top = ,
502
- -- node_water = "",
503
- -- node_river_water = "",
504
486
y_min = 5 ,
505
- y_max = 8 ,
487
+ y_max = 31000 ,
506
488
heat_point = 45 ,
507
489
humidity_point = 75 ,
508
490
})
@@ -897,7 +879,7 @@ local function register_grass_decoration(offset, scale, length)
897
879
persist = 0.6
898
880
},
899
881
biomes = {" stone_grassland" , " sandstone_grassland" ,
900
- " deciduous_forest" , " coniferous_forest" , " coniferous_forest_dunes " },
882
+ " deciduous_forest" , " coniferous_forest" },
901
883
y_min = 1 ,
902
884
y_max = 31000 ,
903
885
decoration = " default:grass_" .. length ,
0 commit comments