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:
1
mesecons_gates/doc/xor/description.html
Normal file
1
mesecons_gates/doc/xor/description.html
Normal file
@ -0,0 +1 @@
|
||||
XOR gates power their output if only one input is powered, they're off if either both or none of the inputs is powered.
|
BIN
mesecons_gates/doc/xor/preview.png
Normal file
BIN
mesecons_gates/doc/xor/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
BIN
mesecons_gates/doc/xor/recipe.png
Normal file
BIN
mesecons_gates/doc/xor/recipe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Reference in New Issue
Block a user