DS
DS
>Add documentation, also I am not sure how to produce the preview image. @sfan5 might know, they have made the fpga preview image, I think. >are willing to merge at...
:+1: Code looks fine. Also tested, it works well. (You might want to use my meseconomenter mod for testing the pulsar: https://github.com/Desour/meseconometer (Just give a mesecons signal to the activation...
1. Make sure you are using the newest master. 2. Describe a minimal scenario for reproduction of the crash. Ie. provide a minimal list of installed mods, and give steps...
It's still unclear what **minimal** set of mods need to be used and what to build to reproduce your crash. Also, I kinda doubt that your traceback came from the...
>first you wanna tell me, that this is not a mod collection, it is a set, witch where-ever inside the mod on parts got an update, I have to update...
Sorry for not having looked into this earlier. :slightly_smiling_face: It looks like you have copied everything from `mesecons_pressureplates` and modified some things. I suggest you add the new pressure sensor...
Building something like this isn't that hard and takes not too much space:  or  Something this specialized might be better in a mod like [moremesecons](https://github.com/minetest-mods/MoreMesecons).
Note that it shouldn't have variable delays. It is important that the delay is a multiple of a gate delay (2 globalsteps). If you add something into the actionqueue with...
You could add `dofile(minetest.get_modpath("mesecons").."/oldwires.lua")` to `legacy.lua`. However this won't replace the old wires but make them work again. I'll leave this link here: https://github.com/minetest-mods/mesecons/commit/912f17f33590df4ad76775a3511881ad4bbf4853#commitcomment-32257883
@numberZero It is a link to a commit**comment** by the author that has to do with this issue.