octaves = 1,
persist = 0.0
},
- biomes = {"icesheet_ocean", "tundra", "tundra_beach", "tundra_ocean",
- "taiga", "taiga_ocean", "snowy_grassland", "snowy_grassland_ocean",
- "grassland", "grassland_dunes", "grassland_ocean", "coniferous_forest",
- "coniferous_forest_dunes", "coniferous_forest_ocean", "deciduous_forest",
- "deciduous_forest_shore", "deciduous_forest_ocean", "cold_desert",
- "cold_desert_ocean", "savanna", "savanna_shore", "savanna_ocean",
- "rainforest", "rainforest_swamp", "rainforest_ocean", "underground",
- "floatland_coniferous_forest", "floatland_coniferous_forest_ocean"}
})
-- Dirt
octaves = 1,
persist = 0.0
},
+ -- Only where default:dirt is present as surface material
biomes = {"taiga", "snowy_grassland", "grassland", "coniferous_forest",
"deciduous_forest", "deciduous_forest_shore", "savanna", "savanna_shore",
"rainforest", "rainforest_swamp", "floatland_coniferous_forest"}
octaves = 1,
persist = 0.0
},
- biomes = {"icesheet_ocean", "tundra", "tundra_beach", "tundra_ocean",
- "taiga", "taiga_ocean", "snowy_grassland", "snowy_grassland_ocean",
- "grassland", "grassland_dunes", "grassland_ocean", "coniferous_forest",
- "coniferous_forest_dunes", "coniferous_forest_ocean", "deciduous_forest",
- "deciduous_forest_shore", "deciduous_forest_ocean", "cold_desert",
- "cold_desert_ocean", "savanna", "savanna_shore", "savanna_ocean",
- "rainforest", "rainforest_swamp", "rainforest_ocean", "underground",
- "floatland_coniferous_forest", "floatland_coniferous_forest_ocean"}
})
-- Scatter ores
node_water_top = "default:ice",
depth_water_top = 10,
y_max = -9,
- y_min = -112,
+ y_min = -255,
+ heat_point = 0,
+ humidity_point = 73,
+ })
+
+ minetest.register_biome({
+ name = "icesheet_under",
+ y_max = -256,
+ y_min = -31000,
heat_point = 0,
humidity_point = 73,
})
depth_riverbed = 2,
vertical_blend = 1,
y_max = -4,
- y_min = -112,
+ y_min = -255,
+ heat_point = 0,
+ humidity_point = 40,
+ })
+
+ minetest.register_biome({
+ name = "tundra_under",
+ y_max = -256,
+ y_min = -31000,
heat_point = 0,
humidity_point = 40,
})
depth_riverbed = 2,
vertical_blend = 1,
y_max = 3,
- y_min = -112,
+ y_min = -255,
+ heat_point = 25,
+ humidity_point = 70,
+ })
+
+ minetest.register_biome({
+ name = "taiga_under",
+ y_max = -256,
+ y_min = -31000,
heat_point = 25,
humidity_point = 70,
})
depth_riverbed = 2,
vertical_blend = 1,
y_max = 3,
- y_min = -112,
+ y_min = -255,
+ heat_point = 20,
+ humidity_point = 35,
+ })
+
+ minetest.register_biome({
+ name = "snowy_grassland_under",
+ y_max = -256,
+ y_min = -31000,
heat_point = 20,
humidity_point = 35,
})
node_riverbed = "default:sand",
depth_riverbed = 2,
y_max = 3,
- y_min = -112,
+ y_min = -255,
+ heat_point = 50,
+ humidity_point = 35,
+ })
+
+ minetest.register_biome({
+ name = "grassland_under",
+ y_max = -256,
+ y_min = -31000,
heat_point = 50,
humidity_point = 35,
})
node_riverbed = "default:sand",
depth_riverbed = 2,
y_max = 3,
- y_min = -112,
+ y_min = -255,
+ heat_point = 45,
+ humidity_point = 70,
+ })
+
+ minetest.register_biome({
+ name = "coniferous_forest_under",
+ y_max = -256,
+ y_min = -31000,
heat_point = 45,
humidity_point = 70,
})
depth_riverbed = 2,
vertical_blend = 1,
y_max = -2,
- y_min = -112,
+ y_min = -255,
+ heat_point = 60,
+ humidity_point = 68,
+ })
+
+ minetest.register_biome({
+ name = "deciduous_forest_under",
+ y_max = -256,
+ y_min = -31000,
heat_point = 60,
humidity_point = 68,
})
depth_riverbed = 2,
vertical_blend = 1,
y_max = 3,
- y_min = -112,
+ y_min = -255,
+ heat_point = 92,
+ humidity_point = 16,
+ })
+
+ minetest.register_biome({
+ name = "desert_under",
+ y_max = -256,
+ y_min = -31000,
heat_point = 92,
humidity_point = 16,
})
node_riverbed = "default:sand",
depth_riverbed = 2,
y_max = 3,
- y_min = -112,
+ y_min = -255,
+ heat_point = 60,
+ humidity_point = 0,
+ })
+
+ minetest.register_biome({
+ name = "sandstone_desert_under",
+ y_max = -256,
+ y_min = -31000,
heat_point = 60,
humidity_point = 0,
})
depth_riverbed = 2,
vertical_blend = 1,
y_max = 3,
- y_min = -112,
+ y_min = -255,
+ heat_point = 40,
+ humidity_point = 0,
+ })
+
+ minetest.register_biome({
+ name = "cold_desert_under",
+ y_max = -256,
+ y_min = -31000,
heat_point = 40,
humidity_point = 0,
})
depth_riverbed = 2,
vertical_blend = 1,
y_max = -2,
- y_min = -112,
+ y_min = -255,
+ heat_point = 89,
+ humidity_point = 42,
+ })
+
+ minetest.register_biome({
+ name = "savanna_under",
+ y_max = -256,
+ y_min = -31000,
heat_point = 89,
humidity_point = 42,
})
depth_riverbed = 2,
vertical_blend = 1,
y_max = -2,
- y_min = -112,
+ y_min = -255,
heat_point = 86,
humidity_point = 65,
})
- -- Underground
-
minetest.register_biome({
- name = "underground",
- y_max = -113,
+ name = "rainforest_under",
+ y_max = -256,
y_min = -31000,
- heat_point = 50,
- humidity_point = 50,
+ heat_point = 86,
+ humidity_point = 65,
})
end