diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2016-04-01 21:00:20 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2016-04-01 21:10:04 -0400 |
commit | 888b0ebfec8c2eff9015163549a7e47443cb8665 (patch) | |
tree | 915080159bfaa6ba6e226087c7ce0e8d5464b518 /mesecons_detector/doc | |
parent | da66780a569712c23ae4f2996cfb4608a9f9d69d (diff) | |
download | dreambuilder_modpack-888b0ebfec8c2eff9015163549a7e47443cb8665.tar dreambuilder_modpack-888b0ebfec8c2eff9015163549a7e47443cb8665.tar.gz dreambuilder_modpack-888b0ebfec8c2eff9015163549a7e47443cb8665.tar.bz2 dreambuilder_modpack-888b0ebfec8c2eff9015163549a7e47443cb8665.tar.xz dreambuilder_modpack-888b0ebfec8c2eff9015163549a7e47443cb8665.zip |
"explode" all modpacks into their individual components
(you can't have a modpack buried inside a modpack)
Diffstat (limited to 'mesecons_detector/doc')
-rw-r--r-- | mesecons_detector/doc/nodedetector/description.html | 6 | ||||
-rw-r--r-- | mesecons_detector/doc/nodedetector/preview.png | bin | 0 -> 49571 bytes | |||
-rw-r--r-- | mesecons_detector/doc/nodedetector/recipe.png | bin | 0 -> 10043 bytes | |||
-rw-r--r-- | mesecons_detector/doc/objectdetector/description.html | 3 | ||||
-rw-r--r-- | mesecons_detector/doc/objectdetector/preview.png | bin | 0 -> 85870 bytes | |||
-rw-r--r-- | mesecons_detector/doc/objectdetector/recipe.png | bin | 0 -> 9813 bytes |
6 files changed, 9 insertions, 0 deletions
diff --git a/mesecons_detector/doc/nodedetector/description.html b/mesecons_detector/doc/nodedetector/description.html new file mode 100644 index 0000000..be34fde --- /dev/null +++ b/mesecons_detector/doc/nodedetector/description.html @@ -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. diff --git a/mesecons_detector/doc/nodedetector/preview.png b/mesecons_detector/doc/nodedetector/preview.png Binary files differnew file mode 100644 index 0000000..1f78161 --- /dev/null +++ b/mesecons_detector/doc/nodedetector/preview.png diff --git a/mesecons_detector/doc/nodedetector/recipe.png b/mesecons_detector/doc/nodedetector/recipe.png Binary files differnew file mode 100644 index 0000000..958c7e6 --- /dev/null +++ b/mesecons_detector/doc/nodedetector/recipe.png diff --git a/mesecons_detector/doc/objectdetector/description.html b/mesecons_detector/doc/objectdetector/description.html new file mode 100644 index 0000000..c8315e8 --- /dev/null +++ b/mesecons_detector/doc/objectdetector/description.html @@ -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. diff --git a/mesecons_detector/doc/objectdetector/preview.png b/mesecons_detector/doc/objectdetector/preview.png Binary files differnew file mode 100644 index 0000000..85c4dea --- /dev/null +++ b/mesecons_detector/doc/objectdetector/preview.png diff --git a/mesecons_detector/doc/objectdetector/recipe.png b/mesecons_detector/doc/objectdetector/recipe.png Binary files differnew file mode 100644 index 0000000..a1cee00 --- /dev/null +++ b/mesecons_detector/doc/objectdetector/recipe.png |