diff --git a/mechanisms.lua b/mechanisms.lua index d33fcd6..a3a4937 100644 --- a/mechanisms.lua +++ b/mechanisms.lua @@ -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 {}