]> git.lizzy.rs Git - xdecor.git/commitdiff
Add an hint to get pressure plates working better
authorJean-Patrick Guerrero <jeanpatrick.guerrero@gmail.com>
Sun, 20 Mar 2016 10:38:08 +0000 (11:38 +0100)
committerJean-Patrick Guerrero <jeanpatrick.guerrero@gmail.com>
Sun, 20 Mar 2016 10:42:41 +0000 (11:42 +0100)
mechanisms.lua

index d33fcd6d83bec8450568ff14a90811d345c4fcd8..a3a4937af429a3a3137911bb4fb05fd737b4bbb5 100644 (file)
@@ -1,4 +1,8 @@
--- Thanks to sofar for helping with that code.
+--[[ Thanks to sofar for helping with that code.
+Pressure plates work better with this setting in minetest.conf (requires 0.4.14):
+       nodetimer_interval = 0.1
+]]
+
 local plate = {}
 screwdriver = screwdriver or {}