Add an hint to get pressure plates working better

master
Jean-Patrick Guerrero 2016-03-20 11:38:08 +01:00
parent f927546ebd
commit ede71edd49
1 changed files with 5 additions and 1 deletions

View 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 {}