Increased the chance of spawning

This commit is contained in:
Bas 2012-07-21 00:01:30 +02:00
parent 5bf33f1f93
commit 242360ac74

@ -98,7 +98,7 @@ minetest.register_node("vines:vine_rotten", {
minetest.register_abm({
nodenames = {"default:leaves", "growing_trees:leaves", "default:dirt_with_grass", },
interval = 180,
chance = 1000,
chance = 200,
action = function(pos, node)
local p = {x=pos.x, y=pos.y-1, z=pos.z}