Serh Arien wrote:Hello every one, i have a quest ( again and again :) )
My preassur plate took a realy long time to be activate.
I mean if we run on them or jump on them, they won't activate.
Is it a bug from mesecon mod or they were like this from the begining due to minetest capacity?
Mesecons uses node timers to periodically check for the presence of nearby players standing on the pressure plates. By design node timers only are processed every 1.0 second, even though there's really no reason for it.
I wrote a patch to make this time configurable, so that you could set it to e.g. 0.2 seconds:
https://github.com/minetest/minetest/pull/3805With that patch applied, and a
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
or so, pressure plates work like magic.