Skip to content

Commit

Permalink
Stairs: Lengthen interval of replace abm
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Aug 2, 2015
1 parent 84de5f0 commit 6ed11f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/stairs/init.lua
Original file line number Diff line number Diff line change
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 = 16,
chance = 1,
action = function(pos, node)
node.name = minetest.registered_nodes[node.name].replace_name
Expand Down

0 comments on commit 6ed11f1

Please sign in to comment.