mirror of
https://github.com/joe7575/lumberjack.git
synced 2024-11-22 15:03:45 +01:00
Merge pull request #6 from Follpvosten/ethereal-ng-update
add support for new ethereal trees
This commit is contained in:
commit
db87fa8a1d
2
init.lua
2
init.lua
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user