diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-07-12 20:27:07 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-07-12 20:27:07 +0100 |
commit | 592c2e8ec212f0c2e6102a2ab41163b58aab409a (patch) | |
tree | 6b382aa032d086d16f1045658ced20104b05f8d5 /leaves.lua | |
parent | acb69c6680d93ec66b497614a88d720449350c8b (diff) |
quick tidy
Diffstat (limited to 'leaves.lua')
-rw-r--r-- | leaves.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}} } }, |