2013-01-20 00:36:13 +01:00
|
|
|
|
2013-01-20 06:01:15 +01:00
|
|
|
moretrees.beech_biome = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = xcompat.materials.dirt_with_grass,
|
2013-01-20 00:36:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
moretrees.palm_biome = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = xcompat.materials.sand,
|
2013-01-20 00:36:13 +01:00
|
|
|
min_elevation = -1,
|
|
|
|
max_elevation = 1,
|
2024-10-14 19:12:36 +02:00
|
|
|
spawn_by = {xcompat.materials.water_source},
|
|
|
|
num_spawn_by = 10,
|
2013-01-20 00:36:13 +01:00
|
|
|
}
|
|
|
|
|
2016-05-18 22:54:19 +02:00
|
|
|
moretrees.date_palm_biome = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = xcompat.materials.desert_sand,
|
2016-05-18 22:54:19 +02:00
|
|
|
min_elevation = -1,
|
|
|
|
max_elevation = 10,
|
2024-10-14 19:12:36 +02:00
|
|
|
spawn_by = {xcompat.materials.water_source},
|
|
|
|
num_spawn_by = 100,
|
2016-05-18 22:54:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
moretrees.date_palm_biome_2 = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = xcompat.materials.desert_sand,
|
2016-05-18 22:54:19 +02:00
|
|
|
min_elevation = 11,
|
|
|
|
max_elevation = 30,
|
2024-10-14 19:12:36 +02:00
|
|
|
spawn_by = {xcompat.materials.water_source},
|
|
|
|
num_spawn_by = 1,
|
2016-05-18 22:54:19 +02:00
|
|
|
}
|
|
|
|
|
2013-01-20 06:01:15 +01:00
|
|
|
moretrees.apple_tree_biome = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = xcompat.materials.dirt_with_grass,
|
2013-01-20 00:36:13 +01:00
|
|
|
min_elevation = 1,
|
|
|
|
max_elevation = 10,
|
2022-10-25 01:09:19 +02:00
|
|
|
biomes = {"deciduous_forest"},
|
|
|
|
fill_ratio = 0.0001,
|
2013-01-20 00:36:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
moretrees.oak_biome = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = xcompat.materials.dirt_with_grass,
|
2013-01-20 00:36:13 +01:00
|
|
|
min_elevation = 0,
|
|
|
|
max_elevation = 10,
|
2022-10-25 01:09:19 +02:00
|
|
|
fill_ratio = 0.0003
|
2013-01-20 00:36:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
moretrees.sequoia_biome = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = xcompat.materials.dirt_with_grass,
|
2013-01-20 00:36:13 +01:00
|
|
|
min_elevation = 0,
|
|
|
|
max_elevation = 10,
|
2022-10-25 01:09:19 +02:00
|
|
|
fill_ratio = 0.0001,
|
2013-01-20 00:36:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
moretrees.birch_biome = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = xcompat.materials.dirt_with_grass,
|
2013-01-20 00:36:13 +01:00
|
|
|
min_elevation = 10,
|
|
|
|
max_elevation = 15,
|
2022-10-25 01:09:19 +02:00
|
|
|
fill_ratio = 0.001,
|
2013-01-20 00:36:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
moretrees.willow_biome = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = xcompat.materials.dirt_with_grass,
|
2013-01-20 00:36:13 +01:00
|
|
|
min_elevation = -5,
|
|
|
|
max_elevation = 5,
|
2024-10-14 19:12:36 +02:00
|
|
|
spawn_by = {xcompat.materials.water_source},
|
|
|
|
num_spawn_by = 5,
|
2013-01-20 00:36:13 +01:00
|
|
|
}
|
|
|
|
|
2013-01-20 06:01:15 +01:00
|
|
|
moretrees.rubber_tree_biome = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = xcompat.materials.dirt_with_grass,
|
2013-01-20 00:36:13 +01:00
|
|
|
min_elevation = -5,
|
|
|
|
max_elevation = 5,
|
2024-10-14 19:12:36 +02:00
|
|
|
spawn_by = {xcompat.materials.water_source},
|
|
|
|
num_spawn_by = 10,
|
2013-01-20 00:36:13 +01:00
|
|
|
}
|
|
|
|
|
2013-01-20 06:01:15 +01:00
|
|
|
moretrees.jungletree_biome = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = {
|
2024-05-26 17:08:14 +02:00
|
|
|
xcompat.materials.dirt,
|
|
|
|
xcompat.materials.dirt_with_grass,
|
2015-08-14 20:38:35 +02:00
|
|
|
"woodsoils:dirt_with_leaves_1",
|
|
|
|
"woodsoils:grass_with_leaves_1",
|
2022-10-25 01:09:19 +02:00
|
|
|
"woodsoils:grass_with_leaves_2",
|
|
|
|
"default:dirt_with_rainforest_litter",
|
2015-08-14 20:38:35 +02:00
|
|
|
},
|
|
|
|
min_elevation = 1,
|
2024-10-14 19:12:36 +02:00
|
|
|
spawn_by = minetest.get_modpath("default") and {"default:jungletree"} or nil,
|
|
|
|
num_spawn_by = minetest.get_modpath("default") and 1 or nil,
|
2022-10-25 01:09:19 +02:00
|
|
|
biomes = {"rainforest", "rainforest_swamp"},
|
2013-01-20 06:01:15 +01:00
|
|
|
}
|
|
|
|
|
2013-02-23 18:34:01 +01:00
|
|
|
moretrees.spruce_biome = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = xcompat.materials.dirt_with_grass,
|
2013-02-23 18:34:01 +01:00
|
|
|
min_elevation = 20,
|
|
|
|
}
|
|
|
|
|
2016-05-18 16:54:45 +02:00
|
|
|
moretrees.cedar_biome = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = xcompat.materials.dirt_with_grass,
|
2020-11-22 06:12:09 +01:00
|
|
|
min_elevation = 0, --Added to solve an issue where cedar trees would sometimes spawn deep underground
|
2024-10-14 19:12:36 +02:00
|
|
|
spawn_by = {xcompat.materials.water_source},
|
|
|
|
num_spawn_by = 5,
|
2013-02-23 18:34:01 +01:00
|
|
|
}
|
|
|
|
|
2016-07-01 16:06:29 +02:00
|
|
|
|
|
|
|
-- Poplar requires a lot of water.
|
|
|
|
moretrees.poplar_biome = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = xcompat.materials.dirt_with_grass,
|
2016-07-01 16:06:29 +02:00
|
|
|
min_elevation = 0,
|
|
|
|
max_elevation = 50,
|
2024-10-14 19:12:36 +02:00
|
|
|
spawn_by = {xcompat.materials.water_source},
|
|
|
|
num_spawn_by = 1,
|
2016-07-01 16:06:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
-- Spawn an occasional poplar elsewhere.
|
|
|
|
moretrees.poplar_biome_2 = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = xcompat.materials.dirt_with_grass,
|
2016-07-01 16:06:29 +02:00
|
|
|
min_elevation = 0,
|
|
|
|
max_elevation = 50,
|
2024-10-14 19:12:36 +02:00
|
|
|
spawn_by = {xcompat.materials.water_source},
|
|
|
|
num_spawn_by = 10,
|
2016-07-01 16:06:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
-- Subterranean lakes provide enough water for poplars to grow
|
|
|
|
moretrees.poplar_biome_3 = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = xcompat.materials.dirt_with_grass,
|
2016-07-01 16:06:29 +02:00
|
|
|
min_elevation = 0,
|
|
|
|
max_elevation = 50,
|
2024-10-14 19:12:36 +02:00
|
|
|
spawn_by = {xcompat.materials.water_source},
|
|
|
|
num_spawn_by = 1,
|
2016-07-01 16:06:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
moretrees.poplar_small_biome = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = xcompat.materials.dirt_with_grass,
|
2016-07-01 16:06:29 +02:00
|
|
|
min_elevation = 0,
|
|
|
|
max_elevation = 50,
|
2024-10-14 19:12:36 +02:00
|
|
|
spawn_by = {xcompat.materials.water_source},
|
|
|
|
num_spawn_by = 1,
|
2016-07-01 16:06:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
moretrees.poplar_small_biome_2 = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = xcompat.materials.dirt_with_grass,
|
2016-07-01 16:06:29 +02:00
|
|
|
min_elevation = 0,
|
|
|
|
max_elevation = 50,
|
2024-10-14 19:12:36 +02:00
|
|
|
spawn_by = {xcompat.materials.water_source},
|
|
|
|
num_spawn_by = 5,
|
2016-07-01 16:06:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-01-22 02:52:04 +01:00
|
|
|
moretrees.fir_biome = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = xcompat.materials.dirt_with_grass,
|
2013-01-20 06:01:15 +01:00
|
|
|
min_elevation = 25,
|
|
|
|
}
|
2013-02-23 18:34:01 +01:00
|
|
|
|
|
|
|
moretrees.fir_biome_snow = {
|
2024-10-14 19:12:36 +02:00
|
|
|
place_on = {"snow:dirt_with_snow", "snow:snow"},
|
2024-05-26 17:08:14 +02:00
|
|
|
below_nodes = {xcompat.materials.dirt, xcompat.materials.dirt_with_grass, "snow:dirt_with_snow"},
|
2013-02-23 18:34:01 +01:00
|
|
|
}
|