Merge pull request #6 from Follpvosten/ethereal-ng-update

add support for new ethereal trees
This commit is contained in:
Joachim Stolberg 2020-11-12 22:14:30 +01:00 committed by GitHub
commit db87fa8a1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -352,6 +352,8 @@ if minetest.get_modpath("ethereal") and minetest.global_exists("ethereal") then
lumberjack.register_tree("ethereal:banana_trunk", "ethereal:banana_tree_sapling", 1, 3)
lumberjack.register_tree("ethereal:willow_trunk", "ethereal:willow_sapling", 4, 3)
lumberjack.register_tree("ethereal:frost_tree", "ethereal:frost_tree_sapling", 1, 3)
lumberjack.register_tree("ethereal:sakura_trunk", "ethereal:sakura_sapling", 4, 3)
lumberjack.register_tree("ethereal:yellow_trunk", "ethereal:yellow_tree_sapling", 3, 3)
end
if minetest.get_modpath("moretrees") and minetest.global_exists("moretrees") then