mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 13:56:02 +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_materials/doc/fiber/description.html
Normal file
1
mesecons_materials/doc/fiber/description.html
Normal file
@ -0,0 +1 @@
|
||||
Craftitem: It can't be placed! Made by cooking glue in the furnace. Used for insulated mesecon crafting.
|
BIN
mesecons_materials/doc/fiber/preview.png
Normal file
BIN
mesecons_materials/doc/fiber/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
BIN
mesecons_materials/doc/fiber/recipe.png
Normal file
BIN
mesecons_materials/doc/fiber/recipe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
1
mesecons_materials/doc/glue/description.html
Normal file
1
mesecons_materials/doc/glue/description.html
Normal file
@ -0,0 +1 @@
|
||||
Craftitem: It can't be placed! Made by cooking saplings in furnace. Used for sticky pistons and sticky movestones.
|
BIN
mesecons_materials/doc/glue/preview.png
Normal file
BIN
mesecons_materials/doc/glue/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
BIN
mesecons_materials/doc/glue/recipe.png
Normal file
BIN
mesecons_materials/doc/glue/recipe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
1
mesecons_materials/doc/silicon/description.html
Normal file
1
mesecons_materials/doc/silicon/description.html
Normal file
@ -0,0 +1 @@
|
||||
Silicon is just a craftitem: It can't be placed. You'll need it in order to craft other items.
|
BIN
mesecons_materials/doc/silicon/preview.png
Normal file
BIN
mesecons_materials/doc/silicon/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
BIN
mesecons_materials/doc/silicon/recipe.png
Normal file
BIN
mesecons_materials/doc/silicon/recipe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user