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,7 +27,7 @@ minetest.register_biome({
node_dungeon = "default:cobble",
node_dungeon_alt = "default:mossycobble",
node_dungeon_stair = "stairs:stair_cobble",
y_max = 3100,
y_max = 2450,
y_min = 1000,
heat_point = 95,
humidity_point = 63,
@ -813,7 +813,7 @@ minetest.register_node("livingfloatlands:paleojungle_littler_leaves", {
octaves = 7,
persist = 1,
},
y_max = 3100,
y_max = 2450,
y_min = 0,
decoration = "livingfloatlands:paleojungle_littler_dirt"
})
@ -832,7 +832,7 @@ minetest.register_node("livingfloatlands:paleojungle_littler_leaves", {
octaves = 8,
persist = 1,
},
y_max = 3100,
y_max = 2450,
y_min = 0,
decoration = "livingfloatlands:paleojungle_littler_leaves"
})