summaryrefslogtreecommitdiff
path: root/biome_defs.lua
diff options
context:
space:
mode:
authorroot <root@linuxworks.belug.de>2017-10-08 12:58:27 +0200
committerroot <root@linuxworks.belug.de>2017-10-08 12:58:27 +0200
commit31e998894d2aa44260361765d55339b37d919cd6 (patch)
tree3d8a4be285d21777d3558c37e2e1cf82e5337a06 /biome_defs.lua
parent05dca9426ebaad3cb09c96e7dc0aac91508e02e5 (diff)
parentc9add9b24df439253ef2eb02bef19ba2f2771dc9 (diff)
Merge branch 'master' of https://github.com/minetest-mods/moretrees
Diffstat (limited to 'biome_defs.lua')
-rw-r--r--biome_defs.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/biome_defs.lua b/biome_defs.lua
index 463f4b8..c080ed0 100644
--- a/biome_defs.lua
+++ b/biome_defs.lua
@@ -124,18 +124,6 @@ moretrees.willow_biome = {
max_count = 5,
}
-moretrees.acacia_biome = {
- surface = { "default:dirt_with_grass", "default:dirt_with_dry_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,