Fixed cloudlands and floatlands, changed their biome heights

This commit is contained in:
N-Nachtigal 2025-05-26 15:53:14 +02:00
parent de389ade0f
commit 60d57b3d77
82 changed files with 164 additions and 2980 deletions

View file

@ -27,8 +27,8 @@ minetest.register_biome({
node_dungeon = "default:desert_stonebrick",
node_dungeon_alt = "default:desert_sandstone_brick",
node_dungeon_stair = "stairs:desert_sandstone_stair",
y_max = 3100,
y_min = 2048,
y_max = 2450,
y_min = 1725,
heat_point = 96,
humidity_point = 15,
})