forgot to change ABM from my testing.

master
NathanSalapat 2016-12-26 11:31:51 -06:00
parent d13da31cac
commit f65aca7e29
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ minetest.register_decoration({
minetest.register_abm{
nodenames = {"group:dl_bc"},
interval = 1,
chance = 1,
interval = 40,
chance = 30,
action = function(pos)
local node = minetest.get_node(pos)
if node.name == 'desert_life:barrel_cacti_1_sp' then