mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 20:31:23 +00:00
Stairs: Lengthen interval of replace abm
This commit is contained in:
parent
547a7b3304
commit
f7f178ce03
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue