Document inactive block behaviour (#447)

This commit is contained in:
Christopher Head
2018-12-21 11:10:08 -08:00
committed by Vitaliy
parent 6e767a6c76
commit 302a28934d
37 changed files with 43 additions and 9 deletions

View File

@ -5,3 +5,4 @@ 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.
The distance parameter specifies how many blocks are between the node detector and the node to detect.
Automatic scanning with Mesecons output only works when the detector is in an active block, but Digilines queries always work.