mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-11-28 10:23:44 +01:00
Increased the chance of spawning
This commit is contained in:
parent
5bf33f1f93
commit
242360ac74
2
init.lua
2
init.lua
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user