1
0
mirror of https://github.com/mt-mods/moretrees.git synced 2025-07-01 07:30:43 +02:00

add acacia trees

grows in the desert near the edges of the biome
This commit is contained in:
Vanessa Ezekowitz
2014-08-24 03:14:08 -04:00
parent 652baa7b32
commit ff0df53829
10 changed files with 68 additions and 16 deletions

View File

@ -90,6 +90,18 @@ moretrees.willow_biome = {
max_count = 5,
}
moretrees.acacia_biome = {
surface = { "default:dirt_with_grass", "default:desert_sand" },
avoid_nodes = moretrees.avoidnodes,
avoid_radius = 15,
seed_diff = 1,
rarity = 50,
max_count = 15,
plantlife_limit = -1,
humidity_min = 0.3,
humidity_max = 0,
}
moretrees.rubber_tree_biome = {
surface = "default:dirt_with_grass",
avoid_nodes = moretrees.avoidnodes,
@ -168,3 +180,4 @@ moretrees.fir_biome_snow = {
delete_above = true,
spawn_replace_node = true
}