Skip to content
Snippets Groups Projects
Commit f7f178ce authored by paramat's avatar paramat
Browse files

Stairs: Lengthen interval of replace abm

parent 547a7b33
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment