1
0
mirror of https://github.com/minetest-mods/mesecons.git synced 2025-07-08 10:30:21 +02:00
Files
.github
.test_fixtures
mesecons
mesecons_alias
mesecons_blinkyplant
mesecons_button
mesecons_commandblock
mesecons_delayer
mesecons_detector
doc
nodedetector
objectdetector
description.html
preview.png
recipe.png
locale
textures
init.lua
mod.conf
mesecons_doors
mesecons_extrawires
mesecons_fpga
mesecons_gamecompat
mesecons_gates
mesecons_hydroturbine
mesecons_insulated
mesecons_lamp
mesecons_lightstone
mesecons_luacontroller
mesecons_materials
mesecons_microcontroller
mesecons_movestones
mesecons_mvps
mesecons_noteblock
mesecons_pistons
mesecons_powerplant
mesecons_pressureplates
mesecons_random
mesecons_receiver
mesecons_solarpanel
mesecons_stickyblocks
mesecons_switch
mesecons_torch
mesecons_walllever
mesecons_wires
.gitignore
.luacheckrc
COPYING.txt
LICENSE.txt
README.md
bower.json
documentation.json
modpack.conf
screenshot.png
settingtypes.txt
mesecons/mesecons_detector/doc/objectdetector/description.html
2018-12-21 22:10:08 +03:00

6 lines
503 B
HTML

The object detector is a receptor. It changes its state when a player approaches.
Right-click it to set a name to scan for.
You can also search for comma-separated lists of players where the detector gets activated if any of the names in the list are found.
It can also receive digiline signals which are the name to scan for on the specified channel in the right-click menu.
Automatic scanning with Mesecons output only works when the detector is in an active block, but Digilines queries always work.