Add support for ethereal

This commit is contained in:
Starbeamrainbowlabs 2020-09-20 13:28:54 +01:00
parent ebe17efec6
commit c6a1571e1f
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 19 additions and 2 deletions

View File

@ -37,11 +37,11 @@ if minetest.get_modpath("moretrees") then
{ "moretrees:beech_sapling_ongen", "beech" },
{ "moretrees:jungletree_sapling_ongen", "jungle_moretrees" },
{ "moretrees:fir_sapling_ongen", "fir" },
{ "moretrees:willow_sapling_ongen", "willow" },
{ "moretrees:willow_sapling_ongen", "willow_moretrees" },
{ "moretrees:poplar_sapling_ongen", "poplar" },
{ "moretrees:poplar_small_sapling_ongen", "poplar_small" },
{ "moretrees:apple_tree_sapling_ongen", "apple" },
{ "moretrees:birch_sapling_ongen", "birch" },
{ "moretrees:birch_sapling_ongen", "birch_moretrees" },
{ "moretrees:palm_sapling_ongen", "palm_moretrees" },
{ "moretrees:date_palm_sapling_ongen", "palm_date" },
{ "moretrees:sequoia_sapling_ongen", "sequoia" },
@ -50,6 +50,23 @@ if minetest.get_modpath("moretrees") then
})
end
if minetest.get_modpath("ethereal") then
worldeditadditions.register_sapling_alias_many({
{ "ethereal:mushroom_sapling", "mushroom" },
{ "ethereal:sakura_sapling", "sakura" },
{ "ethereal:birch_sapling", "birch" },
{ "ethereal:yellow_tree_sapling", "yellow_tree" },
{ "ethereal:willow_sapling", "willow_ethereal" },
{ "ethereal:redwood_sapling", "redwood" },
{ "ethereal:palm_sapling", "palm_ethereal" },
{ "ethereal:frost_tree_sapling", "frost" },
{ "ethereal:banana_tree_sapling", "banana" },
{ "ethereal:orange_tree_sapling", "orange" },
{ "ethereal:bamboo_sprout", "bamboo_ethereal" },
{ "ethereal:big_tree_sapling", "big" }
})
end
-- ██████ ██████ ██████ ██ ████████ ██████ ███████ ███████ ███████
-- ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██