Worldgen / Biome angepasst

This commit is contained in:
N-Nachtigal 2025-05-16 23:15:26 +02:00
parent ef2b11dbee
commit 02bd710832
84 changed files with 212 additions and 13456 deletions

View file

@ -16,7 +16,7 @@ minetest.register_biome({
node_dungeon = "default:cobble",
node_dungeon_alt = "default:mossycobble",
node_dungeon_stair = "stairs:stair_cobble",
y_max = 31000,
y_max = 3100,
y_min = 1000,
heat_point = 47,
humidity_point = 66,
@ -203,7 +203,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00235,
biomes = {"livingfloatlands:coldgiantforest"},
y_max = 31000,
y_max = 3100,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/giantforest_paleoredwood_tree.mts",
flags = "place_center_x, place_center_z",
@ -218,7 +218,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00147,
biomes = {"livingfloatlands:coldgiantforest"},
y_max = 31000,
y_max = 3100,
y_min = 2,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/giantforest_paleoredwood_treemush.mts",
flags = "place_center_x, place_center_z",
@ -233,7 +233,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00141,
biomes = {"livingfloatlands:coldgiantforest"},
y_max = 31000,
y_max = 3100,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/giantforest_paleoredwood_tree2.mts",
flags = "place_center_x, place_center_z",
@ -248,7 +248,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00090,
biomes = {"livingfloatlands:coldgiantforest"},
y_max = 31000,
y_max = 3100,
y_min = 2,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/giantforest_paleoredwood_tree2mush.mts",
flags = "place_center_x, place_center_z",
@ -263,7 +263,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00085,
biomes = {"livingfloatlands:coldgiantforest"},
y_max = 31000,
y_max = 3100,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/giantforest_paleoredwood_treegiant.mts",
flags = "place_center_x, place_center_z",
@ -278,7 +278,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00028,
biomes = {"livingfloatlands:coldgiantforest"},
y_max = 31000,
y_max = 3100,
y_min = 2,
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_giantforest_rottenwood2.mts",
flags = "place_center_x, place_center_z",
@ -293,7 +293,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00028,
biomes = {"livingfloatlands:coldgiantforest"},
y_max = 31000,
y_max = 3100,
y_min = 2,
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_giantforest_rottenwood3.mts",
flags = "place_center_x, place_center_z",

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 = 31000,
y_max = 3100,
y_min = 1000,
heat_point = 38,
humidity_point = 27,
@ -100,7 +100,7 @@ minetest.register_node("livingfloatlands:coldsteppe_bulbous_chervil_root", {
octaves = 1,
persist = 1,
},
y_max = 31000,
y_max = 3100,
y_min = 1,
decoration = "livingfloatlands:coldsteppe_bulbouschervil_plant",
spawn_by = "livingfloatlands:coldsteppe_bulbouschervil_block"
@ -139,7 +139,7 @@ minetest.register_node("livingfloatlands:coldsteppe_bulbouschervil_plant", {
octaves = 6,
persist = 1,
},
y_max = 31000,
y_max = 3100,
y_min = 1,
decoration = "livingfloatlands:coldsteppe_grass1",
spawn_by = "livingfloatlands:coldsteppe_litter"
@ -178,7 +178,7 @@ minetest.register_node("livingfloatlands:coldsteppe_grass1", {
octaves = 8,
persist = 1,
},
y_max = 31000,
y_max = 3100,
y_min = 1,
decoration = "livingfloatlands:coldsteppe_grass2",
spawn_by = "livingfloatlands:coldsteppe_litter"
@ -217,7 +217,7 @@ minetest.register_node("livingfloatlands:coldsteppe_grass2", {
octaves = 7,
persist = 1,
},
y_max = 31000,
y_max = 3100,
y_min = 1,
decoration = "livingfloatlands:coldsteppe_grass3",
spawn_by = "livingfloatlands:coldsteppe_litter"
@ -256,7 +256,7 @@ minetest.register_node("livingfloatlands:coldsteppe_grass3", {
octaves = 7,
persist = 1,
},
y_max = 31000,
y_max = 3100,
y_min = 1,
decoration = "livingfloatlands:coldsteppe_grass4",
spawn_by = "livingfloatlands:coldsteppe_litter"
@ -295,7 +295,7 @@ minetest.register_node("livingfloatlands:coldsteppe_grass4", {
octaves = 7,
persist = 1,
},
y_max = 31000,
y_max = 3100,
y_min = 2,
decoration = "livingfloatlands:coldsteppe_shrub",
spawn_by = "livingfloatlands:coldsteppe_litter"
@ -502,7 +502,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00013,
biomes = {"livingfloatlands:coldsteppe"},
y_max = 31000,
y_max = 3100,
y_min = 3,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/livingfloatlands_coldsteppe_pine.mts",
flags = "place_center_x, place_center_z",
@ -517,7 +517,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00013,
biomes = {"livingfloatlands:coldsteppe"},
y_max = 31000,
y_max = 3100,
y_min = 3,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/livingfloatlands_coldsteppe_pine11.mts",
flags = "place_center_x, place_center_z",
@ -749,7 +749,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00017,
biomes = {"livingfloatlands:coldsteppe"},
y_max = 31000,
y_max = 3100,
y_min = 3,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/livingfloatlands_coldsteppe_pine2.mts",
flags = "place_center_x, place_center_z",
@ -764,7 +764,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00015,
biomes = {"livingfloatlands:coldsteppe"},
y_max = 31000,
y_max = 3100,
y_min = 3,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/livingfloatlands_coldsteppe_pine22.mts",
flags = "place_center_x, place_center_z",
@ -987,7 +987,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00057,
biomes = {"livingfloatlands:coldsteppe"},
y_max = 31000,
y_max = 3100,
y_min = 3,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/livingfloatlands_coldsteppe_pine3.mts",
flags = "place_center_x, place_center_z",
@ -1002,7 +1002,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00137,
biomes = {"livingfloatlands:coldsteppe"},
y_max = 31000,
y_max = 3100,
y_min = 3,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/livingfloatlands_coldsteppe_pine33.mts",
flags = "place_center_x, place_center_z",
@ -1063,7 +1063,7 @@ minetest.register_node("livingfloatlands:coldsteppe_rock", {
sidelen = 16,
fill_ratio = 0.00007,
biomes = {"livingfloatlands:coldsteppe"},
y_max = 31000,
y_max = 3100,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_rockformation.mts",
flags = "place_center_x, place_center_z",
@ -1079,7 +1079,7 @@ minetest.register_node("livingfloatlands:coldsteppe_rock", {
sidelen = 16,
fill_ratio = 0.00007,
biomes = {"livingfloatlands:coldsteppe"},
y_max = 31000,
y_max = 3100,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_rockformation11.mts",
flags = "place_center_x, place_center_z",
@ -1103,7 +1103,7 @@ minetest.register_node("livingfloatlands:coldsteppe_rock2", {
sidelen = 16,
fill_ratio = 0.00007,
biomes = {"livingfloatlands:coldsteppe"},
y_max = 31000,
y_max = 3100,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_rockformation2.mts",
flags = "place_center_x, place_center_z",
@ -1119,7 +1119,7 @@ minetest.register_node("livingfloatlands:coldsteppe_rock2", {
sidelen = 16,
fill_ratio = 0.00007,
biomes = {"livingfloatlands:coldsteppe"},
y_max = 31000,
y_max = 3100,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_rockformation.mts",
flags = "place_center_x, place_center_z",

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 = 31000,
y_max = 3100,
y_min = 1000,
heat_point = 52,
humidity_point = 71,
@ -124,7 +124,7 @@ minetest.register_node("livingfloatlands:giantforest_fern", {
persist = 0.6
},
biomes = {"livingfloatlands:giantforest", "livingfloatlands:coldgiantforest", "livingfloatlands:paleojungle"},
y_max = 31000,
y_max = 3100,
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 = 31000,
y_max = 3100,
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 = 31000,
y_max = 3100,
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 = 31000,
y_max = 3100,
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 = 31000,
y_max = 3100,
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 = 31000,
y_max = 3100,
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 = 31000,
y_max = 3100,
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 = 31000,
y_max = 3100,
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 = 31000,
y_max = 3100,
y_min = 2,
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_giantforest_rottenwood4.mts",
flags = "place_center_x, place_center_z",

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 = 31000,
y_min = 1000,
y_max = 3100,
y_min = 2048,
heat_point = 96,
humidity_point = 15,
})
@ -69,7 +69,7 @@ minetest.register_node("livingfloatlands:paleodesert_fern", {
persist = 0.6
},
biomes = {"livingfloatlands:paleodesert"},
y_max = 31000,
y_max = 3000,
y_min = 2,
decoration = "livingfloatlands:paleodesert_fern",
param2 = 4,
@ -133,7 +133,7 @@ minetest.register_node("livingfloatlands:puzzlegrass_top", {
persist = 0.6
},
biomes = {"livingfloatlands:paleodesert"},
y_max = 31000,
y_max = 3000,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_puzzlegrass_patch.mts",
})
@ -151,7 +151,7 @@ minetest.register_node("livingfloatlands:puzzlegrass_top", {
persist = 0.6
},
biomes = {"livingfloatlands:paleodesert"},
y_max = 31000,
y_max = 3000,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_puzzlegrass_patch2.mts",
})
@ -170,7 +170,7 @@ minetest.register_decoration({
persist = 0.6
},
biomes = {"livingfloatlands:paleodesert"},
y_max = 31000,
y_max = 3000,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_puzzlegrass_patch3.mts",
})
@ -189,7 +189,7 @@ minetest.register_decoration({
persist = 0.6
},
biomes = {"livingfloatlands:paleodesert"},
y_max = 31000,
y_max = 3000,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_puzzlegrass_patch4.mts",
})
@ -376,7 +376,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00013,
biomes = {"livingfloatlands:paleodesert"},
y_max = 31000,
y_max = 3000,
y_min = 3,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleodesert_joshua_tree.mts",
flags = "place_center_x, place_center_z",
@ -391,7 +391,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00013,
biomes = {"livingfloatlands:paleodesert"},
y_max = 31000,
y_max = 3000,
y_min = 3,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleodesert_joshua_tree2.mts",
flags = "place_center_x, place_center_z",
@ -406,7 +406,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00013,
biomes = {"livingfloatlands:paleodesert"},
y_max = 31000,
y_max = 3000,
y_min = 3,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleodesert_joshua_tree3.mts",
flags = "place_center_x, place_center_z",
@ -594,7 +594,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00021,
biomes = {"livingfloatlands:paleodesert"},
y_max = 31000,
y_max = 3000,
y_min = 3,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleodesert_paleopine.mts",
flags = "place_center_x, place_center_z",
@ -609,7 +609,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00007,
biomes = {"livingfloatlands:paleodesert"},
y_max = 31000,
y_max = 3000,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_paleodesert_rockformation.mts",
flags = "place_center_x, place_center_z",
@ -624,7 +624,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00007,
biomes = {"livingfloatlands:paleodesert"},
y_max = 31000,
y_max = 3000,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_paleodesert_rockformation2.mts",
flags = "place_center_x, place_center_z",
@ -639,7 +639,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00007,
biomes = {"livingfloatlands:paleodesert"},
y_max = 31000,
y_max = 3000,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_paleodesert_rockformation3.mts",
flags = "place_center_x, place_center_z",
@ -654,7 +654,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00007,
biomes = {"livingfloatlands:paleodesert"},
y_max = 31000,
y_max = 3000,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_paleodesert_rockformation4.mts",
flags = "place_center_x, place_center_z",

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 = 31000,
y_max = 3100,
y_min = 1000,
heat_point = 95,
humidity_point = 63,
@ -66,7 +66,7 @@ minetest.register_node("livingfloatlands:paleojungle_ferngrass", {
octaves = 9,
persist = 1,
},
y_max = 31000,
y_max = 3000,
y_min = 1,
decoration = "livingfloatlands:paleojungle_ferngrass",
spawn_by = "livingfloatlands:paleojungle_litter"
@ -105,7 +105,7 @@ minetest.register_node("livingfloatlands:paleojungle_smallpalm", {
octaves = 6,
persist = 1,
},
y_max = 31000,
y_max = 3000,
y_min = 1,
decoration = "livingfloatlands:paleojungle_smallpalm",
spawn_by = "livingfloatlands:paleojungle_litter"
@ -324,7 +324,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00045,
biomes = {"livingfloatlands:paleojungle"},
y_max = 31000,
y_max = 3000,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleojungle_clubmoss_tree.mts",
flags = "place_center_x, place_center_z",
@ -339,7 +339,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00045,
biomes = {"livingfloatlands:paleojungle"},
y_max = 31000,
y_max = 3000,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleojungle_clubmoss_tree2.mts",
flags = "place_center_x, place_center_z",
@ -354,7 +354,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00045,
biomes = {"livingfloatlands:paleojungle"},
y_max = 31000,
y_max = 3000,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleojungle_clubmoss_tree3.mts",
flags = "place_center_x, place_center_z",
@ -542,7 +542,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00045,
biomes = {"livingfloatlands:paleojungle"},
y_max = 31000,
y_max = 3000,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleojungle_conifere_tree.mts",
flags = "place_center_x, place_center_z",
@ -557,7 +557,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00045,
biomes = {"livingfloatlands:paleojungle"},
y_max = 31000,
y_max = 3000,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleojungle_conifere_tree2.mts",
flags = "place_center_x, place_center_z",
@ -746,7 +746,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00245,
biomes = {"livingfloatlands:paleojungle"},
y_max = 31000,
y_max = 3000,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleojungle_paleopalm_tree.mts",
flags = "place_center_x, place_center_z",
@ -761,7 +761,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00245,
biomes = {"livingfloatlands:paleojungle"},
y_max = 31000,
y_max = 3000,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleojungle_paleopalm_tree2.mts",
flags = "place_center_x, place_center_z",
@ -776,7 +776,7 @@ minetest.register_decoration({
sidelen = 16,
fill_ratio = 0.00245,
biomes = {"livingfloatlands:paleojungle"},
y_max = 31000,
y_max = 3000,
y_min = 1,
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleojungle_paleopalm_tree3.mts",
flags = "place_center_x, place_center_z",