forked from mtcontrib/moretrees
Jungle nodes are defined and used by minetest_game now,
so we don't need them in moretrees anymore. They're still used by moretrees to generate out versions of jungletrees, though, and red/green/yellow leaves are also still provided and defined.
This commit is contained in:
@ -58,6 +58,7 @@ end
|
||||
if moretrees.enable_replace_default_trees then
|
||||
minetest.register_alias("mapgen_tree", "air")
|
||||
minetest.register_alias("mapgen_leaves", "air")
|
||||
minetest.register_alias("mapgen_apple", "air")
|
||||
plantslib:register_generate_plant(moretrees.beech_biome, moretrees.beech_model)
|
||||
|
||||
elseif moretrees.enable_default_leafdecay then
|
||||
|
Reference in New Issue
Block a user