master
crazyginger72 2014-08-23 22:53:40 -04:00
parent 3ee46e38fb
commit 3783d5f1d0
1 changed files with 2 additions and 2 deletions

View File

@ -202,8 +202,8 @@ minetest.register_abm({
minetest.register_abm({
nodenames = {"default:acaciasapling"},
interval = 1,--10,
chance = 1,--35,
interval = 10,
chance = 35,
action = function(pos, node)
local nu = minetest.get_node({x=pos.x, y=pos.y-1, z=pos.z}).name
local is_sand = minetest.get_item_group(nu, "sand")