forked from mtcontrib/moretrees
removed all code that tries to disable default trees because the minetest dev
team is being completely obstinant about letting me properly disable them from this mod. Instead, made beech trees respond to enable flags in settings.lua (disabled by default). If you want beeches, turn that flag on in settings.lua and remove the "trees" flag from yourworld/map_meta.txt in the mg_flags line.
This commit is contained in:
@ -2,10 +2,10 @@
|
||||
moretrees.beech_biome = {
|
||||
surface = "default:dirt_with_grass",
|
||||
avoid_nodes = moretrees.avoidnodes,
|
||||
avoid_radius = 10,
|
||||
avoid_radius = 8,
|
||||
seed_diff = 2,
|
||||
rarity = 50,
|
||||
max_count = 15,
|
||||
max_count = 20,
|
||||
}
|
||||
|
||||
moretrees.palm_biome = {
|
||||
|
Reference in New Issue
Block a user