added support for sakura tree in ethereal

This commit is contained in:
TenPlus1 2019-02-16 12:24:04 +00:00
parent 54b856158c
commit 797bae9c46
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ if minetest.get_modpath("ethereal") then
{"ethereal:orange_tree_sapling", ethereal.grow_orange_tree, "soil"},
{"ethereal:bamboo_sprout", ethereal.grow_bamboo_tree, "soil"},
{"ethereal:birch_sapling", ethereal.grow_birch_tree, "soil"},
{"ethereal:sakura_sapling", ethereal.grow_sakura_tree, "soil"},
})
local grass = {"default:grass_3", "default:grass_4", "default:grass_5", ""}