Update md manual file for light detector (lua file not generated) and add item entry to doc/items.lua

This commit is contained in:
Konstantin Logashenko 2022-02-22 11:50:35 +03:00
parent 598b0b9b11
commit dfa9f2c7cb
2 changed files with 7 additions and 0 deletions

View File

@ -110,6 +110,7 @@ techage.Items = {
ta3_logic = "techage:ta3_logic",
ta3_nodedetector = "techage:ta3_nodedetector_off",
ta3_playerdetector = "techage:ta3_playerdetector_off",
ta3_lightdetector = "techage:ta3_lightdetector_off",
ta3_repeater = "techage:ta3_repeater",
ta3_sequencer = "techage:ta3_sequencer",
ta3_timer = "techage:ta3_timer",

View File

@ -730,6 +730,12 @@ If the search should be limited to specific players, these player names can also
[ta3_playerdetector|image]
### TA3 Light Detector
The light detector sends an `on` command if the light level of the block above exceeds a certain level, which can be set through the right-click menu.
If you have a TA4 Lua Controller, you can get the exact light level with $get_cmd(num, 'light_level')
[ta3_lightdetector|image]
## TA3 Machines