Skip to content

Commit f7f178c

Browse files
committedAug 4, 2015
Stairs: Lengthen interval of replace abm
1 parent 547a7b3 commit f7f178c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mods/stairs/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ end
200200
-- Replace old "upside_down" nodes with new param2 versions
201201
minetest.register_abm({
202202
nodenames = {"group:slabs_replace"},
203-
interval = 1,
203+
interval = 8,
204204
chance = 1,
205205
action = function(pos, node)
206206
node.name = minetest.registered_nodes[node.name].replace_name

0 commit comments

Comments
 (0)
Please sign in to comment.