Coconut palm uses jungle trunk now, fixes decay

master
Wuzzy 2021-10-29 02:06:36 +02:00
parent 8ef49fd4cd
commit 4769a1a725
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ end
-- Coconut Palm
function hades_trees.generate_coconutpalm(pos, check_light, trunk, leaves, underground, replacements)
if not trunk then
trunk = "hades_trees:tree"
trunk = "hades_trees:jungle_tree"
end
if not leaves then
leaves = "hades_trees:jungle_leaves"