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.
1
mesecons_lightstone/doc/lightstone_blue/description.html
Normal file
@ -0,0 +1 @@
|
||||
Effector, glows blue when powered.
|
BIN
mesecons_lightstone/doc/lightstone_blue/preview.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
mesecons_lightstone/doc/lightstone_blue/recipe.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
@ -0,0 +1 @@
|
||||
Effector, glows dark grey when powered.
|
BIN
mesecons_lightstone/doc/lightstone_darkgrey/preview.png
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
mesecons_lightstone/doc/lightstone_darkgrey/recipe.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
@ -0,0 +1 @@
|
||||
Effector, glows green when powered.
|
BIN
mesecons_lightstone/doc/lightstone_green/preview.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
mesecons_lightstone/doc/lightstone_green/recipe.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
@ -0,0 +1 @@
|
||||
Effector, glows light grey when powered.
|
BIN
mesecons_lightstone/doc/lightstone_lightgrey/preview.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
mesecons_lightstone/doc/lightstone_lightgrey/recipe.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
1
mesecons_lightstone/doc/lightstone_red/description.html
Normal file
@ -0,0 +1 @@
|
||||
Effector, glows red when powered.
|
BIN
mesecons_lightstone/doc/lightstone_red/preview.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
mesecons_lightstone/doc/lightstone_red/recipe.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
@ -0,0 +1 @@
|
||||
Effector, glows yellow when powered.
|
BIN
mesecons_lightstone/doc/lightstone_yellow/preview.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
mesecons_lightstone/doc/lightstone_yellow/recipe.png
Normal file
After Width: | Height: | Size: 4.4 KiB |