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