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 = 52,
humidity_point = 71,
@ -64,7 +64,7 @@ minetest.register_node("livingfloatlands:giantforest_litter_with_moss", {
octaves = 7,
persist = 1,
},
y_max = 3100,
y_max = 2450,
y_min = 0,
decoration = "livingfloatlands:giantforest_litter_walkway"
})
@ -83,7 +83,7 @@ minetest.register_node("livingfloatlands:giantforest_litter_with_moss", {
octaves = 8,
persist = 1,
},
y_max = 3100,
y_max = 2450,
y_min = 0,
decoration = "livingfloatlands:giantforest_litter_with_moss"
})
@ -124,7 +124,7 @@ minetest.register_node("livingfloatlands:giantforest_fern", {
persist = 0.6
},
biomes = {"livingfloatlands:giantforest", "livingfloatlands:coldgiantforest", "livingfloatlands:paleojungle"},
y_max = 3100,
y_max = 2450,
y_min = 2,
decoration = "livingfloatlands:giantforest_fern",
param2 = 4,
@ -143,7 +143,7 @@ minetest.register_node("livingfloatlands:giantforest_fern", {
octaves = 5,
persist = 1,
},
y_max = 3100,
y_max = 2450,
y_min = 1,
decoration = "livingfloatlands:giantforest_grass",
spawn_by = "livingfloatlands:giantforest_litter"
@ -182,7 +182,7 @@ minetest.register_node("livingfloatlands:giantforest_grass", {
octaves = 7,
persist = 1,
},
y_max = 3100,
y_max = 2450,
y_min = 1,
decoration = "livingfloatlands:giantforest_grass2",
spawn_by = "livingfloatlands:giantforest_litter"
@ -221,7 +221,7 @@ minetest.register_node("livingfloatlands:giantforest_grass2", {
octaves = 4,
persist = 1,
},
y_max = 3100,
y_max = 2450,
y_min = 1,
decoration = "livingfloatlands:giantforest_grass3",
spawn_by = "livingfloatlands:giantforest_litter"
@ -492,7 +492,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00265,
biomes = {"livingfloatlands:giantforest"},
y_max = 3100,
y_max = 2450,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/giantforest_paleooak_tree.mts",
flags = "place_center_x, place_center_z",
@ -507,7 +507,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00265,
biomes = {"livingfloatlands:giantforest"},
y_max = 3100,
y_max = 2450,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/giantforest_paleooak_tree2.mts",
flags = "place_center_x, place_center_z",
@ -522,7 +522,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00265,
biomes = {"livingfloatlands:giantforest"},
y_max = 3100,
y_max = 2450,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/giantforest_paleooak_tree3.mts",
flags = "place_center_x, place_center_z",
@ -537,7 +537,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00025,
biomes = {"livingfloatlands:giantforest"},
y_max = 3100,
y_max = 2450,
y_min = 2,
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_giantforest_rottenwood.mts",
flags = "place_center_x, place_center_z",
@ -554,7 +554,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00025,
biomes = {"livingfloatlands:giantforest"},
y_max = 3100,
y_max = 2450,
y_min = 2,
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_giantforest_rottenwood4.mts",
flags = "place_center_x, place_center_z",