mirror of
https://github.com/mt-mods/moretrees.git
synced 2025-06-30 23:20:45 +02:00
Version MFF.
This commit is contained in:
34
biome_defs.lua
Normal file → Executable file
34
biome_defs.lua
Normal file → Executable file
@ -24,40 +24,6 @@ moretrees.palm_biome = {
|
||||
max_count = 10,
|
||||
}
|
||||
|
||||
moretrees.date_palm_biome = {
|
||||
surface = "default:desert_sand",
|
||||
avoid_nodes = moretrees.avoidnodes,
|
||||
avoid_radius = 10,
|
||||
seed_diff = 339,
|
||||
min_elevation = -1,
|
||||
max_elevation = 10,
|
||||
near_nodes = {"default:water_source"},
|
||||
near_nodes_size = 20,
|
||||
near_nodes_count = 100,
|
||||
near_nodes_vertical = 20,
|
||||
temp_min = -0.20,
|
||||
humidity_max = 0.20,
|
||||
rarity = 10,
|
||||
max_count = 30,
|
||||
}
|
||||
|
||||
moretrees.date_palm_biome_2 = {
|
||||
surface = "default:desert_sand",
|
||||
avoid_nodes = moretrees.avoidnodes,
|
||||
avoid_radius = 10,
|
||||
seed_diff = 340,
|
||||
min_elevation = 11,
|
||||
max_elevation = 30,
|
||||
near_nodes = {"default:water_source"},
|
||||
near_nodes_size = 1,
|
||||
near_nodes_count = 1,
|
||||
near_nodes_vertical = 30,
|
||||
temp_min = -0.20,
|
||||
humidity_max = 0.20,
|
||||
rarity = 10,
|
||||
max_count = 30,
|
||||
}
|
||||
|
||||
moretrees.apple_tree_biome = {
|
||||
surface = "default:dirt_with_grass",
|
||||
avoid_nodes = moretrees.avoidnodes,
|
||||
|
Reference in New Issue
Block a user