@@ -1446,19 +1446,18 @@ end
1446
1446
1447
1447
-- Biomes for floatlands
1448
1448
-- Used when mgv7 'biomerepeat' flag is false
1449
- -- TODO Temporary simple biomes to be developed later
1450
1449
1451
- function default . register_floatland_biomes ( floatland_level , shadow_limit )
1450
+ -- TODO Temporary simple biomes to be replaced by special floatland biomes later.
1452
1451
1453
- -- Coniferous forest
1452
+ function default . register_floatland_biomes ( floatland_level , shadow_limit )
1454
1453
1455
1454
minetest .register_biome ({
1456
- name = " floatland_coniferous_forest " ,
1455
+ name = " floatland_grassland " ,
1457
1456
-- node_dust = "",
1458
1457
node_top = " default:dirt_with_grass" ,
1459
1458
depth_top = 1 ,
1460
1459
node_filler = " default:dirt" ,
1461
- depth_filler = 3 ,
1460
+ depth_filler = 1 ,
1462
1461
-- node_stone = "",
1463
1462
-- node_water_top = "",
1464
1463
-- depth_water_top = ,
@@ -1472,10 +1471,8 @@ function default.register_floatland_biomes(floatland_level, shadow_limit)
1472
1471
humidity_point = 50 ,
1473
1472
})
1474
1473
1475
- -- Coniferous forest ocean
1476
-
1477
1474
minetest .register_biome ({
1478
- name = " floatland_coniferous_forest_ocean " ,
1475
+ name = " floatland_grassland_ocean " ,
1479
1476
-- node_dust = "",
1480
1477
node_top = " default:sand" ,
1481
1478
depth_top = 1 ,
@@ -1607,7 +1604,7 @@ local function register_grass_decoration(offset, scale, length)
1607
1604
},
1608
1605
biomes = {" grassland" , " grassland_dunes" , " deciduous_forest" ,
1609
1606
" coniferous_forest" , " coniferous_forest_dunes" ,
1610
- " floatland_grassland" , " floatland_coniferous_forest " },
1607
+ " floatland_grassland" },
1611
1608
y_min = 1 ,
1612
1609
y_max = 31000 ,
1613
1610
decoration = " default:grass_" .. length ,
@@ -1721,7 +1718,7 @@ function default.register_decorations()
1721
1718
octaves = 3 ,
1722
1719
persist = 0.66
1723
1720
},
1724
- biomes = {" taiga" , " coniferous_forest" , " floatland_coniferous_forest " },
1721
+ biomes = {" taiga" , " coniferous_forest" },
1725
1722
y_min = 2 ,
1726
1723
y_max = 31000 ,
1727
1724
schematic = minetest .get_modpath (" default" ) .. " /schematics/pine_tree.mts" ,
0 commit comments