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

@ -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",