projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
547a7b3
)
Stairs: Lengthen interval of replace abm
author
paramat
<mat.gregory@virginmedia.com>
Sun, 2 Aug 2015 04:00:07 +0000
(
05:00
+0100)
committer
paramat
<mat.gregory@virginmedia.com>
Tue, 4 Aug 2015 00:01:40 +0000
(
01:01
+0100)
mods/stairs/init.lua
patch
|
blob
|
history
diff --git
a/mods/stairs/init.lua
b/mods/stairs/init.lua
index 46b8eb18146fabe50cac14bbd35eae95cf5cf55a..078a3a28306fa118b26b36c2cee00fa53b4f062a 100644
(file)
--- a/
mods/stairs/init.lua
+++ b/
mods/stairs/init.lua
@@
-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