--node_riverbed = "",
--depth_riverbed = ,
y_max = 31000,
- y_min = floatland_level + 4,
+ y_min = floatland_level + 2,
heat_point = 50,
- humidity_point = 50,
+ humidity_point = 25,
+ })
+
+ minetest.register_biome({
+ name = "floatland_coniferous_forest",
+ --node_dust = "",
+ node_top = "default:dirt_with_coniferous_litter",
+ depth_top = 1,
+ node_filler = "default:dirt",
+ depth_filler = 3,
+ --node_stone = "",
+ --node_water_top = "",
+ --depth_water_top = ,
+ --node_water = "",
+ --node_river_water = "",
+ --node_riverbed = "",
+ --depth_riverbed = ,
+ y_max = 31000,
+ y_min = floatland_level + 2,
+ heat_point = 50,
+ humidity_point = 75,
})
minetest.register_biome({
- name = "floatland_grassland_ocean",
+ name = "floatland_ocean",
--node_dust = "",
node_top = "default:sand",
depth_top = 1,
--node_river_water = "",
--node_riverbed = "",
--depth_riverbed = ,
- y_max = floatland_level + 3,
+ y_max = floatland_level + 1,
y_min = shadow_limit,
heat_point = 50,
humidity_point = 50,
octaves = 3,
persist = 0.7
},
- biomes = {"coniferous_forest"},
+ biomes = {"coniferous_forest", "floatland_coniferous_forest"},
y_max = 31000,
y_min = 6,
decoration = "default:fern_" .. length,
octaves = 3,
persist = 0.66
},
- biomes = {"taiga", "coniferous_forest"},
+ biomes = {"taiga", "coniferous_forest", "floatland_coniferous_forest"},
y_max = 31000,
y_min = 2,
schematic = minetest.get_modpath("default") .. "/schematics/pine_tree.mts",
octaves = 3,
persist = 0.66
},
- biomes = {"taiga", "coniferous_forest"},
+ biomes = {"taiga", "coniferous_forest", "floatland_coniferous_forest"},
y_max = 31000,
y_min = 1,
schematic = minetest.get_modpath("default") .. "/schematics/pine_log.mts",
octaves = 3,
persist = 0.66
},
- biomes = {"deciduous_forest", "coniferous_forest"},
+ biomes = {"deciduous_forest", "coniferous_forest",
+ "floatland_coniferous_forest"},
y_max = 31000,
y_min = 1,
decoration = "flowers:"..name,