@@ -1476,13 +1476,33 @@ function default.register_floatland_biomes(floatland_level, shadow_limit)
1476
1476
-- node_riverbed = "",
1477
1477
-- depth_riverbed = ,
1478
1478
y_max = 31000 ,
1479
- y_min = floatland_level + 4 ,
1479
+ y_min = floatland_level + 2 ,
1480
1480
heat_point = 50 ,
1481
- humidity_point = 50 ,
1481
+ humidity_point = 25 ,
1482
+ })
1483
+
1484
+ minetest .register_biome ({
1485
+ name = " floatland_coniferous_forest" ,
1486
+ -- node_dust = "",
1487
+ node_top = " default:dirt_with_coniferous_litter" ,
1488
+ depth_top = 1 ,
1489
+ node_filler = " default:dirt" ,
1490
+ depth_filler = 3 ,
1491
+ -- node_stone = "",
1492
+ -- node_water_top = "",
1493
+ -- depth_water_top = ,
1494
+ -- node_water = "",
1495
+ -- node_river_water = "",
1496
+ -- node_riverbed = "",
1497
+ -- depth_riverbed = ,
1498
+ y_max = 31000 ,
1499
+ y_min = floatland_level + 2 ,
1500
+ heat_point = 50 ,
1501
+ humidity_point = 75 ,
1482
1502
})
1483
1503
1484
1504
minetest .register_biome ({
1485
- name = " floatland_grassland_ocean " ,
1505
+ name = " floatland_ocean " ,
1486
1506
-- node_dust = "",
1487
1507
node_top = " default:sand" ,
1488
1508
depth_top = 1 ,
@@ -1495,7 +1515,7 @@ function default.register_floatland_biomes(floatland_level, shadow_limit)
1495
1515
-- node_river_water = "",
1496
1516
-- node_riverbed = "",
1497
1517
-- depth_riverbed = ,
1498
- y_max = floatland_level + 3 ,
1518
+ y_max = floatland_level + 1 ,
1499
1519
y_min = shadow_limit ,
1500
1520
heat_point = 50 ,
1501
1521
humidity_point = 50 ,
@@ -1653,7 +1673,7 @@ local function register_fern_decoration(seed, length)
1653
1673
octaves = 3 ,
1654
1674
persist = 0.7
1655
1675
},
1656
- biomes = {" coniferous_forest" },
1676
+ biomes = {" coniferous_forest" , " floatland_coniferous_forest " },
1657
1677
y_max = 31000 ,
1658
1678
y_min = 6 ,
1659
1679
decoration = " default:fern_" .. length ,
@@ -1775,7 +1795,7 @@ function default.register_decorations()
1775
1795
octaves = 3 ,
1776
1796
persist = 0.66
1777
1797
},
1778
- biomes = {" taiga" , " coniferous_forest" },
1798
+ biomes = {" taiga" , " coniferous_forest" , " floatland_coniferous_forest " },
1779
1799
y_max = 31000 ,
1780
1800
y_min = 2 ,
1781
1801
schematic = minetest .get_modpath (" default" ) .. " /schematics/pine_tree.mts" ,
@@ -1794,7 +1814,7 @@ function default.register_decorations()
1794
1814
octaves = 3 ,
1795
1815
persist = 0.66
1796
1816
},
1797
- biomes = {" taiga" , " coniferous_forest" },
1817
+ biomes = {" taiga" , " coniferous_forest" , " floatland_coniferous_forest " },
1798
1818
y_max = 31000 ,
1799
1819
y_min = 1 ,
1800
1820
schematic = minetest .get_modpath (" default" ) .. " /schematics/pine_log.mts" ,
0 commit comments