mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 05:50:17 +02:00
Major change: Documentation is now included with mesecons, the website just extracts the documentation in a more readable format
This makes development of new features easier, as documentation can automatically be updated on the website without modifying the website's code! Every mod that has nodes in the mesecons modpack has a "doc" folder that contains subfolders with recipe, description and preview of the block. The website will discover which documentation is available by reading the documentation.json file.
This commit is contained in:
6
mesecons_detector/doc/nodedetector/description.html
Normal file
6
mesecons_detector/doc/nodedetector/description.html
Normal file
@ -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
mesecons_detector/doc/nodedetector/preview.png
Normal file
BIN
mesecons_detector/doc/nodedetector/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
mesecons_detector/doc/nodedetector/recipe.png
Normal file
BIN
mesecons_detector/doc/nodedetector/recipe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
3
mesecons_detector/doc/objectdetector/description.html
Normal file
3
mesecons_detector/doc/objectdetector/description.html
Normal file
@ -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
mesecons_detector/doc/objectdetector/preview.png
Normal file
BIN
mesecons_detector/doc/objectdetector/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
BIN
mesecons_detector/doc/objectdetector/recipe.png
Normal file
BIN
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