From 888b0ebfec8c2eff9015163549a7e47443cb8665 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 1 Apr 2016 21:00:20 -0400 Subject: "explode" all modpacks into their individual components (you can't have a modpack buried inside a modpack) --- mesecons_materials/doc/fiber/description.html | 1 + mesecons_materials/doc/fiber/preview.png | Bin 0 -> 88352 bytes mesecons_materials/doc/fiber/recipe.png | Bin 0 -> 4684 bytes mesecons_materials/doc/glue/description.html | 1 + mesecons_materials/doc/glue/preview.png | Bin 0 -> 48478 bytes mesecons_materials/doc/glue/recipe.png | Bin 0 -> 4273 bytes mesecons_materials/doc/silicon/description.html | 1 + mesecons_materials/doc/silicon/preview.png | Bin 0 -> 52441 bytes mesecons_materials/doc/silicon/recipe.png | Bin 0 -> 11579 bytes 9 files changed, 3 insertions(+) create mode 100644 mesecons_materials/doc/fiber/description.html create mode 100644 mesecons_materials/doc/fiber/preview.png create mode 100644 mesecons_materials/doc/fiber/recipe.png create mode 100644 mesecons_materials/doc/glue/description.html create mode 100644 mesecons_materials/doc/glue/preview.png create mode 100644 mesecons_materials/doc/glue/recipe.png create mode 100644 mesecons_materials/doc/silicon/description.html create mode 100644 mesecons_materials/doc/silicon/preview.png create mode 100644 mesecons_materials/doc/silicon/recipe.png (limited to 'mesecons_materials/doc') 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 new file mode 100644 index 0000000..cad9645 Binary files /dev/null and b/mesecons_materials/doc/fiber/preview.png differ diff --git a/mesecons_materials/doc/fiber/recipe.png b/mesecons_materials/doc/fiber/recipe.png new file mode 100644 index 0000000..7a53123 Binary files /dev/null and b/mesecons_materials/doc/fiber/recipe.png differ 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 new file mode 100644 index 0000000..0158f9c Binary files /dev/null and b/mesecons_materials/doc/glue/preview.png differ diff --git a/mesecons_materials/doc/glue/recipe.png b/mesecons_materials/doc/glue/recipe.png new file mode 100644 index 0000000..b20ce66 Binary files /dev/null and b/mesecons_materials/doc/glue/recipe.png differ 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 new file mode 100644 index 0000000..cd52dbd Binary files /dev/null and b/mesecons_materials/doc/silicon/preview.png differ diff --git a/mesecons_materials/doc/silicon/recipe.png b/mesecons_materials/doc/silicon/recipe.png new file mode 100644 index 0000000..9e8b332 Binary files /dev/null and b/mesecons_materials/doc/silicon/recipe.png differ -- cgit v1.2.3