summaryrefslogtreecommitdiff
path: root/leaves.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-07-12 20:27:07 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2016-07-12 20:27:07 +0100
commit592c2e8ec212f0c2e6102a2ab41163b58aab409a (patch)
tree6b382aa032d086d16f1045658ced20104b05f8d5 /leaves.lua
parentacb69c6680d93ec66b497614a88d720449350c8b (diff)
quick tidy
Diffstat (limited to 'leaves.lua')
-rw-r--r--leaves.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/leaves.lua b/leaves.lua
index 41d00b9..1998e0b 100644
--- a/leaves.lua
+++ b/leaves.lua
@@ -195,7 +195,7 @@ minetest.register_node("ethereal:palmleaves", {
drop = {
max_items = 1,
items = {
- {items = {"ethereal:palm_sapling"}, rarity = 15},
+ {items = {"ethereal:palm_sapling"}, rarity = 10},
{items = {"ethereal:palmleaves"}}
}
},