diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2015-04-09 13:52:32 +0100 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2015-04-09 13:52:32 +0100 |
commit | efd4ab247c4fa11921bf0a65b61a432e674600e4 (patch) | |
tree | e9ae04e442da8f5bd43dab470e93ed4ce0e35cce /leaves.lua | |
parent | 8aaceaf164415467d9a092f33233646e5ad770e4 (diff) |
changed acacia sapling drop
Diffstat (limited to 'leaves.lua')
-rw-r--r-- | leaves.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ minetest.register_node("ethereal:acacia_leaves", { drop = { max_items = 1, items = { - { items = {"ethereal:acacia_sapling"}, rarity = 50}, + { items = {"ethereal:acacia_sapling"}, rarity = 20}, { items = {"ethereal:acacia_leaves"}} } }, |