Worldgen / Biome angepasst
This commit is contained in:
parent
ef2b11dbee
commit
02bd710832
84 changed files with 212 additions and 13456 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue