Add files via upload
This commit is contained in:
parent
a4ae78f76b
commit
73b23f69af
@ -76,7 +76,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
active_object_count = 2,
|
||||
chance = 8000, -- 15000
|
||||
min_height = 1,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
|
||||
})
|
||||
|
@ -83,7 +83,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
active_object_count = 1,
|
||||
chance = 8000, -- 15000
|
||||
min_height = 0,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
|
||||
})
|
||||
|
@ -74,7 +74,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
chance = 8000, -- 15000
|
||||
active_object_count = 1,
|
||||
min_height = 5,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
|
||||
})
|
||||
|
@ -15,7 +15,7 @@ minetest.register_biome({
|
||||
node_dungeon_alt = "default:mossycobble",
|
||||
node_dungeon_stair = "stairs:stair_cobble",
|
||||
y_max = 31000,
|
||||
y_min = 0,
|
||||
y_min = 1000,
|
||||
heat_point = 47,
|
||||
humidity_point = 66,
|
||||
})
|
||||
@ -196,7 +196,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00235,
|
||||
biomes = {"livingfloatlands:coldgiantforest"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/giantforest_paleoredwood_tree.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -211,7 +211,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00147,
|
||||
biomes = {"livingfloatlands:coldgiantforest"},
|
||||
y_max = 31000,
|
||||
y_min = 2,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/giantforest_paleoredwood_treemush.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -226,7 +226,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00141,
|
||||
biomes = {"livingfloatlands:coldgiantforest"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/giantforest_paleoredwood_tree2.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -241,7 +241,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00090,
|
||||
biomes = {"livingfloatlands:coldgiantforest"},
|
||||
y_max = 31000,
|
||||
y_min = 2,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/giantforest_paleoredwood_tree2mush.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -256,7 +256,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00085,
|
||||
biomes = {"livingfloatlands:coldgiantforest"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/giantforest_paleoredwood_treegiant.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -271,7 +271,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00028,
|
||||
biomes = {"livingfloatlands:coldgiantforest"},
|
||||
y_max = 31000,
|
||||
y_min = 2,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_giantforest_rottenwood2.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -286,7 +286,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00028,
|
||||
biomes = {"livingfloatlands:coldgiantforest"},
|
||||
y_max = 31000,
|
||||
y_min = 2,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_giantforest_rottenwood3.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
|
@ -27,7 +27,7 @@ minetest.register_biome({
|
||||
node_dungeon_alt = "default:mossycobble",
|
||||
node_dungeon_stair = "stairs:stair_cobble",
|
||||
y_max = 31000,
|
||||
y_min = 0,
|
||||
y_min = 1000,
|
||||
heat_point = 38,
|
||||
humidity_point = 27,
|
||||
})
|
||||
@ -81,8 +81,8 @@ minetest.register_node("livingfloatlands:coldsteppe_bulbous_chervil_root", {
|
||||
octaves = 6,
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 3100,
|
||||
y_min = 0,
|
||||
y_max = 31000,
|
||||
y_min = 1000,
|
||||
decoration = "livingfloatlands:coldsteppe_bulbouschervil_block"
|
||||
})
|
||||
|
||||
@ -100,7 +100,7 @@ minetest.register_node("livingfloatlands:coldsteppe_bulbous_chervil_root", {
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
decoration = "livingfloatlands:coldsteppe_bulbouschervil_plant",
|
||||
spawn_by = "livingfloatlands:coldsteppe_bulbouschervil_block"
|
||||
})
|
||||
@ -139,7 +139,7 @@ minetest.register_node("livingfloatlands:coldsteppe_bulbouschervil_plant", {
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
decoration = "livingfloatlands:coldsteppe_grass1",
|
||||
spawn_by = "livingfloatlands:coldsteppe_litter"
|
||||
})
|
||||
@ -178,7 +178,7 @@ minetest.register_node("livingfloatlands:coldsteppe_grass1", {
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
decoration = "livingfloatlands:coldsteppe_grass2",
|
||||
spawn_by = "livingfloatlands:coldsteppe_litter"
|
||||
})
|
||||
@ -217,7 +217,7 @@ minetest.register_node("livingfloatlands:coldsteppe_grass2", {
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
decoration = "livingfloatlands:coldsteppe_grass3",
|
||||
spawn_by = "livingfloatlands:coldsteppe_litter"
|
||||
})
|
||||
@ -256,7 +256,7 @@ minetest.register_node("livingfloatlands:coldsteppe_grass3", {
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
decoration = "livingfloatlands:coldsteppe_grass4",
|
||||
spawn_by = "livingfloatlands:coldsteppe_litter"
|
||||
})
|
||||
@ -295,7 +295,7 @@ minetest.register_node("livingfloatlands:coldsteppe_grass4", {
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 31000,
|
||||
y_min = 2,
|
||||
y_min = 1000,
|
||||
decoration = "livingfloatlands:coldsteppe_shrub",
|
||||
spawn_by = "livingfloatlands:coldsteppe_litter"
|
||||
})
|
||||
@ -495,7 +495,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00013,
|
||||
biomes = {"livingfloatlands:coldsteppe"},
|
||||
y_max = 31000,
|
||||
y_min = 3,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/livingfloatlands_coldsteppe_pine.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -510,7 +510,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00013,
|
||||
biomes = {"livingfloatlands:coldsteppe"},
|
||||
y_max = 31000,
|
||||
y_min = 3,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/livingfloatlands_coldsteppe_pine11.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -735,7 +735,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00017,
|
||||
biomes = {"livingfloatlands:coldsteppe"},
|
||||
y_max = 31000,
|
||||
y_min = 3,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/livingfloatlands_coldsteppe_pine2.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -750,7 +750,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00015,
|
||||
biomes = {"livingfloatlands:coldsteppe"},
|
||||
y_max = 31000,
|
||||
y_min = 3,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/livingfloatlands_coldsteppe_pine22.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -967,7 +967,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00057,
|
||||
biomes = {"livingfloatlands:coldsteppe"},
|
||||
y_max = 31000,
|
||||
y_min = 3,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/livingfloatlands_coldsteppe_pine3.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -982,7 +982,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00137,
|
||||
biomes = {"livingfloatlands:coldsteppe"},
|
||||
y_max = 31000,
|
||||
y_min = 3,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/livingfloatlands_coldsteppe_pine33.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -1043,7 +1043,7 @@ minetest.register_node("livingfloatlands:coldsteppe_rock", {
|
||||
fill_ratio = 0.00007,
|
||||
biomes = {"livingfloatlands:coldsteppe"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_rockformation.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -1059,7 +1059,7 @@ minetest.register_node("livingfloatlands:coldsteppe_rock", {
|
||||
fill_ratio = 0.00007,
|
||||
biomes = {"livingfloatlands:coldsteppe"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_rockformation11.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -1083,7 +1083,7 @@ minetest.register_node("livingfloatlands:coldsteppe_rock2", {
|
||||
fill_ratio = 0.00007,
|
||||
biomes = {"livingfloatlands:coldsteppe"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_rockformation2.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -1099,7 +1099,7 @@ minetest.register_node("livingfloatlands:coldsteppe_rock2", {
|
||||
fill_ratio = 0.00007,
|
||||
biomes = {"livingfloatlands:coldsteppe"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_rockformation.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
|
@ -77,7 +77,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
chance = 8000, -- 15000
|
||||
active_object_count = 2,
|
||||
min_height = 0,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
day_toggle = true,
|
||||
})
|
||||
|
69
dye.lua
Normal file
69
dye.lua
Normal file
@ -0,0 +1,69 @@
|
||||
minetest.register_craft({
|
||||
output = "dye:brown 2",
|
||||
recipe = {
|
||||
{"livingfloatlands:coldsteppe_grass1"}
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "dye:brown 2",
|
||||
recipe = {
|
||||
{"livingfloatlands:coldsteppe_grass2"}
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "dye:black 2",
|
||||
recipe = {
|
||||
{"livingfloatlands:coldsteppe_grass3"}
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "dye:yellow 2",
|
||||
recipe = {
|
||||
{"livingfloatlands:coldsteppe_bulbouschervil_plant"}
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "dye:white 2",
|
||||
recipe = {
|
||||
{"livingfloatlands:giantforest_grass"}
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "dye:blue 2",
|
||||
recipe = {
|
||||
{"livingfloatlands:giantforest_grass2"}
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "dye:yellow 2",
|
||||
recipe = {
|
||||
{"livingfloatlands:giantforest_grass3"}
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "dye:brown 2",
|
||||
recipe = {
|
||||
{"livingfloatlands:giantforest_oaknut"}
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "dye:cyan 2",
|
||||
recipe = {
|
||||
{"livingfloatlands:puzzlegrass"}
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "dye:cyan 2",
|
||||
recipe = {
|
||||
{"livingfloatlands:puzzlegrass_top"}
|
||||
},
|
||||
})
|
@ -79,7 +79,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
chance = 8000, -- 15000
|
||||
active_object_count = 2,
|
||||
min_height = 5,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
day_toggle = true,
|
||||
})
|
||||
|
@ -86,7 +86,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
chance = 8000, -- 15000
|
||||
active_object_count = 2,
|
||||
min_height = 5,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
day_toggle = true,
|
||||
})
|
||||
|
@ -27,7 +27,7 @@ minetest.register_biome({
|
||||
node_dungeon_alt = "default:mossycobble",
|
||||
node_dungeon_stair = "stairs:stair_cobble",
|
||||
y_max = 31000,
|
||||
y_min = 0,
|
||||
y_min = 1000,
|
||||
heat_point = 52,
|
||||
humidity_point = 71,
|
||||
})
|
||||
@ -63,8 +63,8 @@ minetest.register_node("livingfloatlands:giantforest_litter_with_moss", {
|
||||
octaves = 7,
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 3100,
|
||||
y_min = 0,
|
||||
y_max = 31000,
|
||||
y_min = 1000,
|
||||
decoration = "livingfloatlands:giantforest_litter_walkway"
|
||||
})
|
||||
|
||||
@ -82,8 +82,8 @@ minetest.register_node("livingfloatlands:giantforest_litter_with_moss", {
|
||||
octaves = 8,
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 3100,
|
||||
y_min = 0,
|
||||
y_max = 31000,
|
||||
y_min = 1000,
|
||||
decoration = "livingfloatlands:giantforest_litter_with_moss"
|
||||
})
|
||||
|
||||
@ -124,7 +124,7 @@ minetest.register_node("livingfloatlands:giantforest_fern", {
|
||||
},
|
||||
biomes = {"livingfloatlands:giantforest", "livingfloatlands:coldgiantforest", "livingfloatlands:paleojungle"},
|
||||
y_max = 31000,
|
||||
y_min = 2,
|
||||
y_min = 1000,
|
||||
decoration = "livingfloatlands:giantforest_fern",
|
||||
param2 = 4,
|
||||
})
|
||||
@ -143,7 +143,7 @@ minetest.register_node("livingfloatlands:giantforest_fern", {
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
decoration = "livingfloatlands:giantforest_grass",
|
||||
spawn_by = "livingfloatlands:giantforest_litter"
|
||||
})
|
||||
@ -182,7 +182,7 @@ minetest.register_node("livingfloatlands:giantforest_grass", {
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
decoration = "livingfloatlands:giantforest_grass2",
|
||||
spawn_by = "livingfloatlands:giantforest_litter"
|
||||
})
|
||||
@ -221,7 +221,7 @@ minetest.register_node("livingfloatlands:giantforest_grass2", {
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
decoration = "livingfloatlands:giantforest_grass3",
|
||||
spawn_by = "livingfloatlands:giantforest_litter"
|
||||
})
|
||||
@ -325,7 +325,7 @@ end
|
||||
|
||||
-- paleo oak trunk
|
||||
minetest.register_node("livingfloatlands:giantforest_paleooak_trunk", {
|
||||
description = ("Joshua Trunk"),
|
||||
description = ("Paleo Oak Trunk"),
|
||||
tiles = {
|
||||
"livingfloatlands_giantforest_paleooak_trunk_top.png",
|
||||
"livingfloatlands_giantforest_paleooak_trunk_top.png",
|
||||
@ -486,7 +486,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00265,
|
||||
biomes = {"livingfloatlands:giantforest"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/giantforest_paleooak_tree.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -501,7 +501,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00265,
|
||||
biomes = {"livingfloatlands:giantforest"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/giantforest_paleooak_tree2.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -516,7 +516,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00265,
|
||||
biomes = {"livingfloatlands:giantforest"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/giantforest_paleooak_tree3.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -531,7 +531,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00025,
|
||||
biomes = {"livingfloatlands:giantforest"},
|
||||
y_max = 31000,
|
||||
y_min = 2,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_giantforest_rottenwood.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -548,7 +548,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00025,
|
||||
biomes = {"livingfloatlands:giantforest"},
|
||||
y_max = 31000,
|
||||
y_min = 2,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_giantforest_rottenwood4.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
|
@ -79,7 +79,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
active_object_count = 2,
|
||||
chance = 8000, -- 15000
|
||||
min_height = 5,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
})
|
||||
end
|
||||
|
1
init.lua
1
init.lua
@ -67,6 +67,7 @@ dofile(path .. "paleodesert.lua") --
|
||||
dofile(path .. "giantforest.lua") --
|
||||
dofile(path .. "coldgiantforest.lua") --
|
||||
dofile(path .. "paleojungle.lua") --
|
||||
dofile(path .. "dye.lua") --
|
||||
dofile(path .. "leafdecay.lua") --
|
||||
dofile(path .. "hunger.lua") --
|
||||
|
||||
|
@ -73,7 +73,7 @@ mobs:spawn({
|
||||
min_light = 0,
|
||||
interval = 60,
|
||||
chance = 8000, -- 15000
|
||||
min_height = 2,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
|
||||
})
|
||||
|
@ -80,7 +80,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
chance = 8000, -- 15000
|
||||
active_object_count = 4,
|
||||
min_height = 5,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
day_toggle = true,
|
||||
})
|
||||
|
@ -72,7 +72,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
active_object_count = 2,
|
||||
chance = 8000, -- 15000
|
||||
min_height = 0,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
|
||||
})
|
||||
|
@ -78,7 +78,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
active_object_count = 3,
|
||||
chance = 8000, -- 15000
|
||||
min_height = 1,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
|
||||
})
|
||||
|
@ -27,7 +27,7 @@ minetest.register_biome({
|
||||
node_dungeon_alt = "default:desert_sandstone_brick",
|
||||
node_dungeon_stair = "stairs:desert_sandstone_stair",
|
||||
y_max = 31000,
|
||||
y_min = 0,
|
||||
y_min = 1000,
|
||||
heat_point = 96,
|
||||
humidity_point = 15,
|
||||
})
|
||||
@ -69,7 +69,7 @@ minetest.register_node("livingfloatlands:paleodesert_fern", {
|
||||
},
|
||||
biomes = {"livingfloatlands:paleodesert"},
|
||||
y_max = 31000,
|
||||
y_min = 2,
|
||||
y_min = 1000,
|
||||
decoration = "livingfloatlands:paleodesert_fern",
|
||||
param2 = 4,
|
||||
})
|
||||
@ -133,7 +133,7 @@ minetest.register_node("livingfloatlands:puzzlegrass_top", {
|
||||
},
|
||||
biomes = {"livingfloatlands:paleodesert"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_puzzlegrass_patch.mts",
|
||||
})
|
||||
minetest.register_decoration({
|
||||
@ -151,7 +151,7 @@ minetest.register_node("livingfloatlands:puzzlegrass_top", {
|
||||
},
|
||||
biomes = {"livingfloatlands:paleodesert"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_puzzlegrass_patch2.mts",
|
||||
})
|
||||
|
||||
@ -170,7 +170,7 @@ minetest.register_decoration({
|
||||
},
|
||||
biomes = {"livingfloatlands:paleodesert"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_puzzlegrass_patch3.mts",
|
||||
})
|
||||
|
||||
@ -189,7 +189,7 @@ minetest.register_decoration({
|
||||
},
|
||||
biomes = {"livingfloatlands:paleodesert"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_puzzlegrass_patch4.mts",
|
||||
})
|
||||
|
||||
@ -369,7 +369,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00013,
|
||||
biomes = {"livingfloatlands:paleodesert"},
|
||||
y_max = 31000,
|
||||
y_min = 3,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleodesert_joshua_tree.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -384,7 +384,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00013,
|
||||
biomes = {"livingfloatlands:paleodesert"},
|
||||
y_max = 31000,
|
||||
y_min = 3,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleodesert_joshua_tree2.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -399,7 +399,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00013,
|
||||
biomes = {"livingfloatlands:paleodesert"},
|
||||
y_max = 31000,
|
||||
y_min = 3,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleodesert_joshua_tree3.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -581,7 +581,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00021,
|
||||
biomes = {"livingfloatlands:paleodesert"},
|
||||
y_max = 31000,
|
||||
y_min = 3,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleodesert_paleopine.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -596,7 +596,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00007,
|
||||
biomes = {"livingfloatlands:paleodesert"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_paleodesert_rockformation.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -611,7 +611,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00007,
|
||||
biomes = {"livingfloatlands:paleodesert"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_paleodesert_rockformation2.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -626,7 +626,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00007,
|
||||
biomes = {"livingfloatlands:paleodesert"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_paleodesert_rockformation3.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -641,7 +641,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00007,
|
||||
biomes = {"livingfloatlands:paleodesert"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands") .. "/schematics/livingfloatlands_paleodesert_rockformation4.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
|
@ -27,7 +27,7 @@ minetest.register_biome({
|
||||
node_dungeon_alt = "default:mossycobble",
|
||||
node_dungeon_stair = "stairs:stair_cobble",
|
||||
y_max = 31000,
|
||||
y_min = 3,
|
||||
y_min = 1000,
|
||||
heat_point = 95,
|
||||
humidity_point = 63,
|
||||
})
|
||||
@ -66,7 +66,7 @@ minetest.register_node("livingfloatlands:paleojungle_ferngrass", {
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
decoration = "livingfloatlands:paleojungle_ferngrass",
|
||||
spawn_by = "livingfloatlands:paleojungle_litter"
|
||||
})
|
||||
@ -105,7 +105,7 @@ minetest.register_node("livingfloatlands:paleojungle_smallpalm", {
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
decoration = "livingfloatlands:paleojungle_smallpalm",
|
||||
spawn_by = "livingfloatlands:paleojungle_litter"
|
||||
})
|
||||
@ -318,7 +318,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00045,
|
||||
biomes = {"livingfloatlands:paleojungle"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleojungle_clubmoss_tree.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -333,7 +333,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00045,
|
||||
biomes = {"livingfloatlands:paleojungle"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleojungle_clubmoss_tree2.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -348,7 +348,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00045,
|
||||
biomes = {"livingfloatlands:paleojungle"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleojungle_clubmoss_tree3.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -530,7 +530,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00045,
|
||||
biomes = {"livingfloatlands:paleojungle"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleojungle_conifere_tree.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -545,7 +545,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00045,
|
||||
biomes = {"livingfloatlands:paleojungle"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleojungle_conifere_tree2.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -728,7 +728,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00245,
|
||||
biomes = {"livingfloatlands:paleojungle"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleojungle_paleopalm_tree.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -743,7 +743,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00245,
|
||||
biomes = {"livingfloatlands:paleojungle"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleojungle_paleopalm_tree2.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -758,7 +758,7 @@ minetest.register_decoration({
|
||||
fill_ratio = 0.00245,
|
||||
biomes = {"livingfloatlands:paleojungle"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
y_min = 1000,
|
||||
schematic = minetest.get_modpath("livingfloatlands").."/schematics/paleojungle_paleopalm_tree3.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
@ -794,8 +794,8 @@ minetest.register_node("livingfloatlands:paleojungle_littler_leaves", {
|
||||
octaves = 7,
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 3100,
|
||||
y_min = 0,
|
||||
y_max = 31000,
|
||||
y_min = 1000,
|
||||
decoration = "livingfloatlands:paleojungle_littler_dirt"
|
||||
})
|
||||
|
||||
@ -813,7 +813,7 @@ minetest.register_node("livingfloatlands:paleojungle_littler_leaves", {
|
||||
octaves = 8,
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 3100,
|
||||
y_min = 0,
|
||||
y_max = 31000,
|
||||
y_min = 1000,
|
||||
decoration = "livingfloatlands:paleojungle_littler_leaves"
|
||||
})
|
@ -75,7 +75,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
active_object_count = 2,
|
||||
chance = 8000, -- 15000
|
||||
min_height = 0,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
|
||||
})
|
||||
|
@ -80,7 +80,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
chance = 8000, -- 15000
|
||||
active_object_count = 2,
|
||||
min_height = 2,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
day_toggle = true,
|
||||
})
|
||||
|
@ -72,7 +72,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
chance = 8000, -- 15000
|
||||
active_object_count = 1,
|
||||
min_height = 6,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
|
||||
})
|
||||
|
@ -79,7 +79,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
active_object_count = 2,
|
||||
chance = 8000, -- 15000
|
||||
min_height = 0,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
|
||||
})
|
||||
|
@ -80,7 +80,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
chance = 8000, -- 15000
|
||||
active_object_count = 2,
|
||||
min_height = 2,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
day_toggle = true,
|
||||
})
|
||||
|
@ -80,7 +80,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
active_object_count = 1,
|
||||
chance = 8000, -- 15000
|
||||
min_height = 3,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
|
||||
})
|
||||
|
@ -79,7 +79,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
active_object_count = 2,
|
||||
chance = 8000, -- 15000
|
||||
min_height = 0,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
|
||||
})
|
||||
|
@ -49,7 +49,7 @@ mobs:register_mob("livingfloatlands:wildhorse", {
|
||||
},
|
||||
|
||||
follow = {
|
||||
"default:grass_3", "default:dry_grass_3", "ethereal:dry_shrub", "farming:lettuce", "farming:seed_wheat", "default:junglegrass", "livingfloatlands:coldsteppe_pine3_sapling", "livingfloatlands:coldsteppe_pine2_sapling", "livingfloatlands:coldsteppe_pine_sapling", "livingfloatlands:coldsteppe_bulbous_chervil_root"
|
||||
"default:grass_3", "default:dry_grass_3", "ethereal:dry_shrub", "farming:lettuce", "farming:seed_wheat", "default:junglegrass", "livingfloatlands:coldsteppe_pine3_sapling", "livingfloatlands:coldsteppe_pine2_sapling", "livingfloatlands:coldsteppe_pine_sapling", "livingfloatlands:coldsteppe_bulbous_chervil_root", "livingdesert:coldsteppe_grass1"
|
||||
},
|
||||
view_range = 15,
|
||||
|
||||
@ -75,7 +75,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
active_object_count = 4,
|
||||
chance = 8000, -- 15000
|
||||
min_height = 5,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
|
||||
})
|
||||
|
@ -80,7 +80,7 @@ mobs:spawn({
|
||||
interval = 60,
|
||||
chance = 8000, -- 15000
|
||||
active_object_count = 2,
|
||||
min_height = 3,
|
||||
min_height = 1000,
|
||||
max_height = 31000,
|
||||
day_toggle = true,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user