mirror of
https://github.com/joe7575/lumberjack.git
synced 2024-11-19 21:43:46 +01:00
add new ethereal trees
This commit is contained in:
parent
79cd2f0144
commit
4a83323b97
3
init.lua
3
init.lua
@ -352,6 +352,9 @@ 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:redwood_trunk", "ethereal:redwood_sapling", 6, 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