added acacia tree to ethereal

This commit is contained in:
Sokomine 2015-04-10 17:30:37 +02:00
parent e7fc70f74e
commit 92ec53a877

View File

@ -1,7 +1,7 @@
-- ethereal comes with some intresting trees
if( minetest.get_modpath( 'ethereal' )) then
mg_villages.ethereal_trees = {'willow','redwood','frost','mushroom','yellow','palm','banana'};
mg_villages.ethereal_trees = {'acacia','willow','redwood','frost','mushroom','yellow','palm','banana'};
end
if( minetest.get_modpath( 'forest' )) then