Worldgen / Biome angepasst
This commit is contained in:
parent
ef2b11dbee
commit
02bd710832
84 changed files with 212 additions and 13456 deletions
|
@ -9,7 +9,7 @@ minetest.register_decoration({
|
|||
sidelen = 16,
|
||||
fill_ratio = 0.002265,
|
||||
biomes = {"dorwinion"},
|
||||
y_max = 31000,
|
||||
y_max = 1150,
|
||||
y_min = 3,
|
||||
schematic = mpath.."/schematics/tree_1.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
|
@ -24,7 +24,7 @@ minetest.register_decoration({
|
|||
sidelen = 16,
|
||||
fill_ratio = 0.001225,
|
||||
biomes = {"dorwinion"},
|
||||
y_max = 31000,
|
||||
y_max = 1150,
|
||||
y_min = 3,
|
||||
schematic = mpath.."/schematics/tree_2.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
|
@ -39,7 +39,7 @@ minetest.register_decoration({
|
|||
sidelen = 16,
|
||||
fill_ratio = 0.000222,
|
||||
biomes = {"dorwinion"},
|
||||
y_max = 31000,
|
||||
y_max = 1150,
|
||||
y_min = 2,
|
||||
schematic = mpath.."/schematics/ruins.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
|
@ -54,7 +54,7 @@ minetest.register_decoration({
|
|||
sidelen = 16,
|
||||
fill_ratio = 0.015265,
|
||||
biomes = {"dorwinion"},
|
||||
y_max = 31000,
|
||||
y_max = 1150,
|
||||
y_min = 2,
|
||||
schematic = mpath.."/schematics/bush_1.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
|
@ -69,7 +69,7 @@ minetest.register_decoration({
|
|||
sidelen = 16,
|
||||
fill_ratio = 0.001265,
|
||||
biomes = {"dorwinion"},
|
||||
y_max = 31000,
|
||||
y_max = 1150,
|
||||
y_min = 3,
|
||||
schematic = mpath.."/schematics/tree_3.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
|
@ -84,7 +84,7 @@ minetest.register_decoration({
|
|||
sidelen = 16,
|
||||
fill_ratio = 0.002265,
|
||||
biomes = {"dorwinion"},
|
||||
y_max = 31000,
|
||||
y_max = 1150,
|
||||
y_min = 3,
|
||||
schematic = mpath.."/schematics/tree_4.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
|
@ -115,7 +115,7 @@ minetest.register_decoration({
|
|||
sidelen = 16,
|
||||
fill_ratio = 0.002265,
|
||||
biomes = {"dorwinion"},
|
||||
y_max = 31000,
|
||||
y_max = 1150,
|
||||
y_min = 3,
|
||||
schematic = mpath.."/schematics/tree_5.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
|
@ -130,7 +130,7 @@ minetest.register_decoration({
|
|||
sidelen = 16,
|
||||
fill_ratio = 0.002265,
|
||||
biomes = {"dorwinion"},
|
||||
y_max = 31000,
|
||||
y_max = 1150,
|
||||
y_min = 3,
|
||||
schematic = dpath.."/schematics/aspen_tree.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
|
@ -261,7 +261,7 @@ minetest.register_decoration({
|
|||
clust_scarcity = 16 * 16 * 16,
|
||||
clust_size = 5,
|
||||
y_max = -50,
|
||||
y_min = -31000,
|
||||
y_min = -1150,
|
||||
noise_threshold = 0.0,
|
||||
noise_params = {
|
||||
offset = 0.5,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue