From 91c15c7ed92e4d78356fa4e0da4a5a7c3cf6d71e Mon Sep 17 00:00:00 2001 From: Kotolegokot Date: Sat, 13 Oct 2012 15:39:49 +0600 Subject: [PATCH] Many sticks --- mods/tree_plus/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/tree_plus/init.lua b/mods/tree_plus/init.lua index d1c41dc..db1ea31 100644 --- a/mods/tree_plus/init.lua +++ b/mods/tree_plus/init.lua @@ -14,7 +14,7 @@ minetest.register_node(":default:leaves", { }, { items = {'default:stick'}, - rarity = 10, + rarity = 3, }, { items = {'default:leaves'}, @@ -72,4 +72,4 @@ minetest.register_abm({ end end end, -}) \ No newline at end of file +})