summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index f6ab148..4497ef1 100644
--- a/init.lua
+++ b/init.lua
@@ -267,9 +267,9 @@ for color = 1, 3 do
{
-- player will get leaves only if he get no saplings,
-- this is because max_items is 1
- items = {leave_name},
+ items = {"jungletree:leaves_"..leaves[color]},
}
- }
+ }z
},
sounds = default.node_sound_leaves_defaults(),
})