Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Stairs: Lengthen interval of replace abm
  • Loading branch information
paramat committed Aug 4, 2015
1 parent 547a7b3 commit f7f178c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/stairs/init.lua
Expand Up @@ -200,7 +200,7 @@ end
-- Replace old "upside_down" nodes with new param2 versions
minetest.register_abm({
nodenames = {"group:slabs_replace"},
interval = 1,
interval = 8,
chance = 1,
action = function(pos, node)
node.name = minetest.registered_nodes[node.name].replace_name
Expand Down

0 comments on commit f7f178c

Please sign in to comment.