diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-01-31 14:25:48 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-01-31 14:25:48 +0000 |
commit | 77fc2ab5d6fac826023254a32a6d1b7e01e0f11f (patch) | |
tree | d5b53151fb631940f1807ae9130d367e99c35b04 /leaves.lua | |
parent | 1bd6be68e12a82508253cbd4439e33d9fca714be (diff) |
sapling chance changed for smaller tree's, plantlike leaves default again
Diffstat (limited to 'leaves.lua')
-rw-r--r-- | leaves.lua | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -105,7 +105,7 @@ minetest.override_item("default:leaves", { drop = { max_items = 1, items = { - {items = {"ethereal:tree_sapling"}, rarity = 20}, + {items = {"ethereal:tree_sapling"}, rarity = 15}, {items = {"default:leaves"}} } }, @@ -126,7 +126,7 @@ minetest.register_node("ethereal:orange_leaves", { drop = { max_items = 1, items = { - {items = {"ethereal:orange_tree_sapling"}, rarity = 20}, + {items = {"ethereal:orange_tree_sapling"}, rarity = 15}, {items = {"ethereal:orange_leaves"}} } }, @@ -165,7 +165,7 @@ minetest.register_node("ethereal:bananaleaves", { drop = { max_items = 1, items = { - {items = {"ethereal:banana_tree_sapling"}, rarity = 20}, + {items = {"ethereal:banana_tree_sapling"}, rarity = 15}, {items = {"ethereal:bananaleaves"}} } }, @@ -214,7 +214,7 @@ minetest.register_node("ethereal:palmleaves", { drop = { max_items = 1, items = { - {items = {"ethereal:palm_sapling"}, rarity = 20}, + {items = {"ethereal:palm_sapling"}, rarity = 15}, {items = {"ethereal:palmleaves"}} } }, @@ -279,7 +279,7 @@ minetest.register_node("ethereal:frost_leaves", { drop = { max_items = 1, items = { - {items = {"ethereal:frost_tree_sapling"}, rarity = 20}, + {items = {"ethereal:frost_tree_sapling"}, rarity = 15}, {items = {"ethereal:frost_leaves"}} } }, |