Fixed cloudlands and floatlands, changed their biome heights
This commit is contained in:
parent
de389ade0f
commit
60d57b3d77
82 changed files with 164 additions and 2980 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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
y_min = 2,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_giantforest_rottenwood3.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
|
|
|
@ -27,7 +27,7 @@ minetest.register_biome({
|
|||
node_dungeon = "default:cobble",
|
||||
node_dungeon_alt = "default:mossycobble",
|
||||
node_dungeon_stair = "stairs:stair_cobble",
|
||||
y_max = 3100,
|
||||
y_max = 2450,
|
||||
y_min = 1000,
|
||||
heat_point = 38,
|
||||
humidity_point = 27,
|
||||
|
@ -82,7 +82,7 @@ minetest.register_node("livingfloatlands:coldsteppe_bulbous_chervil_root", {
|
|||
octaves = 6,
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 3100,
|
||||
y_max = 2450,
|
||||
y_min = 0,
|
||||
decoration = "livingfloatlands:coldsteppe_bulbouschervil_block"
|
||||
})
|
||||
|
@ -100,7 +100,7 @@ minetest.register_node("livingfloatlands:coldsteppe_bulbous_chervil_root", {
|
|||
octaves = 1,
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
y_min = 1,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_rockformation.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
|
|
|
@ -27,7 +27,7 @@ minetest.register_biome({
|
|||
node_dungeon = "default:cobble",
|
||||
node_dungeon_alt = "default:mossycobble",
|
||||
node_dungeon_stair = "stairs:stair_cobble",
|
||||
y_max = 3100,
|
||||
y_max = 2450,
|
||||
y_min = 1000,
|
||||
heat_point = 52,
|
||||
humidity_point = 71,
|
||||
|
@ -64,7 +64,7 @@ minetest.register_node("livingfloatlands:giantforest_litter_with_moss", {
|
|||
octaves = 7,
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 3100,
|
||||
y_max = 2450,
|
||||
y_min = 0,
|
||||
decoration = "livingfloatlands:giantforest_litter_walkway"
|
||||
})
|
||||
|
@ -83,7 +83,7 @@ minetest.register_node("livingfloatlands:giantforest_litter_with_moss", {
|
|||
octaves = 8,
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 3100,
|
||||
y_max = 2450,
|
||||
y_min = 0,
|
||||
decoration = "livingfloatlands:giantforest_litter_with_moss"
|
||||
})
|
||||
|
@ -124,7 +124,7 @@ minetest.register_node("livingfloatlands:giantforest_fern", {
|
|||
persist = 0.6
|
||||
},
|
||||
biomes = {"livingfloatlands:giantforest", "livingfloatlands:coldgiantforest", "livingfloatlands:paleojungle"},
|
||||
y_max = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
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 = 3100,
|
||||
y_max = 2450,
|
||||
y_min = 2,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_giantforest_rottenwood4.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
|
|
|
@ -27,8 +27,8 @@ minetest.register_biome({
|
|||
node_dungeon = "default:desert_stonebrick",
|
||||
node_dungeon_alt = "default:desert_sandstone_brick",
|
||||
node_dungeon_stair = "stairs:desert_sandstone_stair",
|
||||
y_max = 3100,
|
||||
y_min = 2048,
|
||||
y_max = 2450,
|
||||
y_min = 1725,
|
||||
heat_point = 96,
|
||||
humidity_point = 15,
|
||||
})
|
||||
|
|
|
@ -27,7 +27,7 @@ minetest.register_biome({
|
|||
node_dungeon = "default:cobble",
|
||||
node_dungeon_alt = "default:mossycobble",
|
||||
node_dungeon_stair = "stairs:stair_cobble",
|
||||
y_max = 3100,
|
||||
y_max = 2450,
|
||||
y_min = 1000,
|
||||
heat_point = 95,
|
||||
humidity_point = 63,
|
||||
|
@ -813,7 +813,7 @@ minetest.register_node("livingfloatlands:paleojungle_littler_leaves", {
|
|||
octaves = 7,
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 3100,
|
||||
y_max = 2450,
|
||||
y_min = 0,
|
||||
decoration = "livingfloatlands:paleojungle_littler_dirt"
|
||||
})
|
||||
|
@ -832,7 +832,7 @@ minetest.register_node("livingfloatlands:paleojungle_littler_leaves", {
|
|||
octaves = 8,
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 3100,
|
||||
y_max = 2450,
|
||||
y_min = 0,
|
||||
decoration = "livingfloatlands:paleojungle_littler_leaves"
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue