104 changes: 52 additions & 52 deletions mods/default/mapgen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ function default.register_biomes()
node_river_water = "default:ice",
y_min = -8,
y_max = 31000,
heat_point = -5,
heat_point = 5,
humidity_point = 50,
})

Expand All @@ -345,15 +345,15 @@ function default.register_biomes()
node_top = "default:sand",
depth_top = 1,
node_filler = "default:sand",
depth_filler = 2,
depth_filler = 3,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
--node_water = "",
--node_river_water = "",
y_min = -112,
y_max = -9,
heat_point = -5,
heat_point = 5,
humidity_point = 50,
})

Expand All @@ -365,16 +365,16 @@ function default.register_biomes()
node_top = "default:dirt_with_snow",
depth_top = 1,
node_filler = "default:dirt",
depth_filler = 0,
depth_filler = 1,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
--node_water = "",
--node_river_water = "",
y_min = 2,
y_max = 31000,
heat_point = 20,
humidity_point = 25,
heat_point = 15,
humidity_point = 30,
})

minetest.register_biome({
Expand All @@ -383,16 +383,16 @@ function default.register_biomes()
node_top = "default:sand",
depth_top = 1,
node_filler = "default:sand",
depth_filler = 2,
depth_filler = 3,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
--node_water = "",
--node_river_water = "",
y_min = -112,
y_max = 1,
heat_point = 20,
humidity_point = 25,
heat_point = 15,
humidity_point = 30,
})


Expand All @@ -402,16 +402,16 @@ function default.register_biomes()
node_top = "default:snowblock",
depth_top = 1,
node_filler = "default:dirt",
depth_filler = 2,
depth_filler = 4,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
--node_water = "",
--node_river_water = "",
y_min = 2,
y_max = 31000,
heat_point = 20,
humidity_point = 75,
heat_point = 15,
humidity_point = 70,
})

minetest.register_biome({
Expand All @@ -420,16 +420,16 @@ function default.register_biomes()
node_top = "default:sand",
depth_top = 1,
node_filler = "default:sand",
depth_filler = 2,
depth_filler = 3,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
--node_water = "",
--node_river_water = "",
y_min = -112,
y_max = 1,
heat_point = 20,
humidity_point = 75,
heat_point = 15,
humidity_point = 70,
})

-- Temperate
Expand All @@ -440,7 +440,7 @@ function default.register_biomes()
node_top = "default:dirt_with_grass",
depth_top = 1,
node_filler = "default:dirt",
depth_filler = 0,
depth_filler = 1,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
Expand All @@ -449,7 +449,7 @@ function default.register_biomes()
y_min = 5,
y_max = 31000,
heat_point = 45,
humidity_point = 25,
humidity_point = 30,
})

minetest.register_biome({
Expand All @@ -458,7 +458,7 @@ function default.register_biomes()
node_top = "default:sand",
depth_top = 1,
node_filler = "default:sand",
depth_filler = 2,
depth_filler = 3,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
Expand All @@ -467,7 +467,7 @@ function default.register_biomes()
y_min = -112,
y_max = 4,
heat_point = 45,
humidity_point = 25,
humidity_point = 30,
})


Expand All @@ -477,7 +477,7 @@ function default.register_biomes()
node_top = "default:dirt_with_grass",
depth_top = 1,
node_filler = "default:dirt",
depth_filler = 2,
depth_filler = 3,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
Expand All @@ -486,7 +486,7 @@ function default.register_biomes()
y_min = 5,
y_max = 31000,
heat_point = 45,
humidity_point = 75,
humidity_point = 70,
})

minetest.register_biome({
Expand All @@ -495,7 +495,7 @@ function default.register_biomes()
node_top = "default:sand",
depth_top = 1,
node_filler = "default:sand",
depth_filler = 2,
depth_filler = 3,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
Expand All @@ -504,7 +504,7 @@ function default.register_biomes()
y_min = -112,
y_max = 4,
heat_point = 45,
humidity_point = 75,
humidity_point = 70,
})


Expand All @@ -514,16 +514,16 @@ function default.register_biomes()
node_top = "default:dirt_with_grass",
depth_top = 1,
node_filler = "default:dirt",
depth_filler = 0,
depth_filler = 1,
node_stone = "default:sandstone",
--node_water_top = "",
--depth_water_top = ,
--node_water = "",
--node_river_water = "",
y_min = 5,
y_max = 31000,
heat_point = 70,
humidity_point = 25,
heat_point = 55,
humidity_point = 30,
})

minetest.register_biome({
Expand All @@ -532,16 +532,16 @@ function default.register_biomes()
node_top = "default:sand",
depth_top = 1,
node_filler = "default:sand",
depth_filler = 2,
depth_filler = 3,
node_stone = "default:sandstone",
--node_water_top = "",
--depth_water_top = ,
--node_water = "",
--node_river_water = "",
y_min = -112,
y_max = 4,
heat_point = 70,
humidity_point = 25,
heat_point = 55,
humidity_point = 30,
})


Expand All @@ -551,16 +551,16 @@ function default.register_biomes()
node_top = "default:dirt_with_grass",
depth_top = 1,
node_filler = "default:dirt",
depth_filler = 2,
depth_filler = 3,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
--node_water = "",
--node_river_water = "",
y_min = 1,
y_max = 31000,
heat_point = 70,
humidity_point = 75,
heat_point = 55,
humidity_point = 70,
})

minetest.register_biome({
Expand All @@ -569,16 +569,16 @@ function default.register_biomes()
node_top = "default:dirt",
depth_top = 1,
node_filler = "default:dirt",
depth_filler = 2,
depth_filler = 3,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
--node_water = "",
--node_river_water = "",
y_min = -3,
y_max = 0,
heat_point = 70,
humidity_point = 75,
heat_point = 55,
humidity_point = 70,
})

minetest.register_biome({
Expand All @@ -587,16 +587,16 @@ function default.register_biomes()
node_top = "default:sand",
depth_top = 1,
node_filler = "default:sand",
depth_filler = 2,
depth_filler = 3,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
--node_water = "",
--node_river_water = "",
y_min = -112,
y_max = -4,
heat_point = 70,
humidity_point = 75,
heat_point = 55,
humidity_point = 70,
})

-- Hot
Expand All @@ -615,7 +615,7 @@ function default.register_biomes()
--node_river_water = "",
y_min = 5,
y_max = 31000,
heat_point = 95,
heat_point = 85,
humidity_point = 10,
})

Expand All @@ -625,15 +625,15 @@ function default.register_biomes()
node_top = "default:sand",
depth_top = 1,
node_filler = "default:sand",
depth_filler = 2,
depth_filler = 3,
node_stone = "default:desert_stone",
--node_water_top = "",
--depth_water_top = ,
--node_water = "",
--node_river_water = "",
y_min = -112,
y_max = 4,
heat_point = 95,
heat_point = 85,
humidity_point = 10,
})

Expand All @@ -652,7 +652,7 @@ function default.register_biomes()
--node_river_water = "",
y_min = 1,
y_max = 31000,
heat_point = 95,
heat_point = 85,
humidity_point = 50,
})

Expand All @@ -662,15 +662,15 @@ function default.register_biomes()
node_top = "default:dirt",
depth_top = 1,
node_filler = "default:dirt",
depth_filler = 2,
depth_filler = 3,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
--node_water = "",
--node_river_water = "",
y_min = -3,
y_max = 0,
heat_point = 95,
heat_point = 85,
humidity_point = 50,
})

Expand All @@ -680,15 +680,15 @@ function default.register_biomes()
node_top = "default:sand",
depth_top = 1,
node_filler = "default:sand",
depth_filler = 2,
depth_filler = 3,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
--node_water = "",
--node_river_water = "",
y_min = -112,
y_max = -4,
heat_point = 95,
heat_point = 85,
humidity_point = 50,
})

Expand All @@ -699,15 +699,15 @@ function default.register_biomes()
node_top = "default:dirt_with_grass",
depth_top = 1,
node_filler = "default:dirt",
depth_filler = 2,
depth_filler = 3,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
--node_water = "",
--node_river_water = "",
y_min = 1,
y_max = 31000,
heat_point = 95,
heat_point = 85,
humidity_point = 90,
})

Expand All @@ -717,15 +717,15 @@ function default.register_biomes()
node_top = "default:dirt",
depth_top = 1,
node_filler = "default:dirt",
depth_filler = 2,
depth_filler = 3,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
--node_water = "",
--node_river_water = "",
y_min = -3,
y_max = 0,
heat_point = 95,
heat_point = 85,
humidity_point = 90,
})

Expand All @@ -735,15 +735,15 @@ function default.register_biomes()
node_top = "default:sand",
depth_top = 1,
node_filler = "default:sand",
depth_filler = 2,
depth_filler = 3,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
--node_water = "",
--node_river_water = "",
y_min = -112,
y_max = -4,
heat_point = 95,
heat_point = 85,
humidity_point = 90,
})

Expand Down