mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
[mesecons] Add NOR and OR gates, and documentation
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
The node detector is a receptor. It changes its state when either any node
|
||||
or a specific node is detected. Right-click it to set a nodename to scan for.
|
||||
It can also receive digiline signals. You can either send "GET" and it will
|
||||
respond with the detected nodename or you can send any other string and it will
|
||||
set this string as the node to scan for.
|
||||
Nodenames must include the mod they reside in, so for instance default:dirt, not just dirt.
|
BIN
mods/mesecons/mesecons_detector/doc/nodedetector/preview.png
Normal file
BIN
mods/mesecons/mesecons_detector/doc/nodedetector/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
mods/mesecons/mesecons_detector/doc/nodedetector/recipe.png
Normal file
BIN
mods/mesecons/mesecons_detector/doc/nodedetector/recipe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
@ -0,0 +1,3 @@
|
||||
The object detector is a receptor. It changes its state when a player approaches.
|
||||
Right-click it to set a name to scan for.
|
||||
It can also receive digiline signals which are the name to scan for on the specified channel in the right-click menu.
|
BIN
mods/mesecons/mesecons_detector/doc/objectdetector/preview.png
Normal file
BIN
mods/mesecons/mesecons_detector/doc/objectdetector/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
BIN
mods/mesecons/mesecons_detector/doc/objectdetector/recipe.png
Normal file
BIN
mods/mesecons/mesecons_detector/doc/objectdetector/recipe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
Reference in New Issue
Block a user