diff options
author | Jeija <norrepli@gmail.com> | 2015-11-20 20:14:50 +0100 |
---|---|---|
committer | Jeija <norrepli@gmail.com> | 2015-11-20 20:14:50 +0100 |
commit | 0ec771bf7d8d95f24b46d2f608cccc109ec2de4f (patch) | |
tree | 646ef2a1e6d7750fa6e12d648986ef2ff7e78fee /mesecons_materials/doc | |
parent | 75bd081a67a2ac52b8a0eea1e051a456d288c71d (diff) |
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.
Diffstat (limited to 'mesecons_materials/doc')
-rw-r--r-- | mesecons_materials/doc/fiber/description.html | 1 | ||||
-rw-r--r-- | mesecons_materials/doc/fiber/preview.png | bin | 0 -> 88352 bytes | |||
-rw-r--r-- | mesecons_materials/doc/fiber/recipe.png | bin | 0 -> 4684 bytes | |||
-rw-r--r-- | mesecons_materials/doc/glue/description.html | 1 | ||||
-rw-r--r-- | mesecons_materials/doc/glue/preview.png | bin | 0 -> 48478 bytes | |||
-rw-r--r-- | mesecons_materials/doc/glue/recipe.png | bin | 0 -> 4273 bytes | |||
-rw-r--r-- | mesecons_materials/doc/silicon/description.html | 1 | ||||
-rw-r--r-- | mesecons_materials/doc/silicon/preview.png | bin | 0 -> 52441 bytes | |||
-rw-r--r-- | mesecons_materials/doc/silicon/recipe.png | bin | 0 -> 11579 bytes |
9 files changed, 3 insertions, 0 deletions
diff --git a/mesecons_materials/doc/fiber/description.html b/mesecons_materials/doc/fiber/description.html new file mode 100644 index 0000000..23a414a --- /dev/null +++ b/mesecons_materials/doc/fiber/description.html @@ -0,0 +1 @@ +Craftitem: It can't be placed! Made by cooking glue in the furnace. Used for insulated mesecon crafting. diff --git a/mesecons_materials/doc/fiber/preview.png b/mesecons_materials/doc/fiber/preview.png Binary files differnew file mode 100644 index 0000000..cad9645 --- /dev/null +++ b/mesecons_materials/doc/fiber/preview.png diff --git a/mesecons_materials/doc/fiber/recipe.png b/mesecons_materials/doc/fiber/recipe.png Binary files differnew file mode 100644 index 0000000..7a53123 --- /dev/null +++ b/mesecons_materials/doc/fiber/recipe.png diff --git a/mesecons_materials/doc/glue/description.html b/mesecons_materials/doc/glue/description.html new file mode 100644 index 0000000..a18490c --- /dev/null +++ b/mesecons_materials/doc/glue/description.html @@ -0,0 +1 @@ +Craftitem: It can't be placed! Made by cooking saplings in furnace. Used for sticky pistons and sticky movestones. diff --git a/mesecons_materials/doc/glue/preview.png b/mesecons_materials/doc/glue/preview.png Binary files differnew file mode 100644 index 0000000..0158f9c --- /dev/null +++ b/mesecons_materials/doc/glue/preview.png diff --git a/mesecons_materials/doc/glue/recipe.png b/mesecons_materials/doc/glue/recipe.png Binary files differnew file mode 100644 index 0000000..b20ce66 --- /dev/null +++ b/mesecons_materials/doc/glue/recipe.png diff --git a/mesecons_materials/doc/silicon/description.html b/mesecons_materials/doc/silicon/description.html new file mode 100644 index 0000000..a2ae598 --- /dev/null +++ b/mesecons_materials/doc/silicon/description.html @@ -0,0 +1 @@ +Silicon is just a craftitem: It can't be placed. You'll need it in order to craft other items. diff --git a/mesecons_materials/doc/silicon/preview.png b/mesecons_materials/doc/silicon/preview.png Binary files differnew file mode 100644 index 0000000..cd52dbd --- /dev/null +++ b/mesecons_materials/doc/silicon/preview.png diff --git a/mesecons_materials/doc/silicon/recipe.png b/mesecons_materials/doc/silicon/recipe.png Binary files differnew file mode 100644 index 0000000..9e8b332 --- /dev/null +++ b/mesecons_materials/doc/silicon/recipe.png |