mesecons
mesecons copied to clipboard
Mod for minetest that adds digital circuitry [=Minecraft redstone]
Fix #499. Alternative to #526. Pistons work at full speed but overheat if overloaded, just like most other items. Unlike those, a piston will cool down automatically, as requested by...
The Scanner Node The scanner node will scan any inventory of the node behind it and output a signal depending on its configuration. It also has digilines support (which means...
after updated server from 5.2.0 with weeks, moths of NOT a failure, or yes a CRASH the mod I took from 11.04.2021 now with 5.4.1 this: 2021-06-12 22:30:10: ERROR[Main]: ServerError:...
Repro: 1. Place a luacontroller 2. Add this code: ``` interrupt(0.1,'') ``` 3. Use Worldedit to remove the luacontroller Another Repro: 1. Place luacontroller 2. Place a digilines piston next...
I'm not sure which mod this problem is with. Using digimese (which connects to all sides) the node detector above is not addressable.
Adds new nodes are conducting or not depending on whether a special effector next to them is activated. The player always places two nodes at once with the node, and...
## Problems to be solved: Currently the cooldown is done in steps of seconds and the time it takes a device to fully cooldown is also in seconds. Gates however...
All you have to do is connect the output of a NOT gate back to its input, and the circuit will sit there cycling until you break it. That is,...
Mesecons wires act like wired-OR systems when there are multiple drivers (“receptors”) attached to a single wire—the wire is powered if any of the levers/buttons/etc. connected to it are active....
Fix #499. The delay is configurable. Old behavior can be restored by using special settings, as described.