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