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_pistons/doc/piston/description.html | 1 + mesecons_pistons/doc/piston/preview.png | Bin 0 -> 112257 bytes mesecons_pistons/doc/piston/recipe.png | Bin 0 -> 23773 bytes mesecons_pistons/doc/piston_sticky/description.html | 1 + mesecons_pistons/doc/piston_sticky/preview.png | Bin 0 -> 101605 bytes mesecons_pistons/doc/piston_sticky/recipe.png | Bin 0 -> 14704 bytes 6 files changed, 2 insertions(+) create mode 100644 mesecons_pistons/doc/piston/description.html create mode 100644 mesecons_pistons/doc/piston/preview.png create mode 100644 mesecons_pistons/doc/piston/recipe.png create mode 100644 mesecons_pistons/doc/piston_sticky/description.html create mode 100644 mesecons_pistons/doc/piston_sticky/preview.png create mode 100644 mesecons_pistons/doc/piston_sticky/recipe.png (limited to 'mesecons_pistons/doc') diff --git a/mesecons_pistons/doc/piston/description.html b/mesecons_pistons/doc/piston/description.html new file mode 100644 index 0000000..d95dfb9 --- /dev/null +++ b/mesecons_pistons/doc/piston/description.html @@ -0,0 +1 @@ +Pistons are effectors, they push up to 20 blocks in front of them. The push direction can be set by placing them from different angles. diff --git a/mesecons_pistons/doc/piston/preview.png b/mesecons_pistons/doc/piston/preview.png new file mode 100644 index 0000000..9e9ede3 Binary files /dev/null and b/mesecons_pistons/doc/piston/preview.png differ diff --git a/mesecons_pistons/doc/piston/recipe.png b/mesecons_pistons/doc/piston/recipe.png new file mode 100644 index 0000000..0a71159 Binary files /dev/null and b/mesecons_pistons/doc/piston/recipe.png differ diff --git a/mesecons_pistons/doc/piston_sticky/description.html b/mesecons_pistons/doc/piston_sticky/description.html new file mode 100644 index 0000000..3974097 --- /dev/null +++ b/mesecons_pistons/doc/piston_sticky/description.html @@ -0,0 +1 @@ +Sticky pistons are effectors, they push up to 20 blocks in front of them. The push direction can be set by placing them from different angles. Sticky ones also pull 1 block. diff --git a/mesecons_pistons/doc/piston_sticky/preview.png b/mesecons_pistons/doc/piston_sticky/preview.png new file mode 100644 index 0000000..716d675 Binary files /dev/null and b/mesecons_pistons/doc/piston_sticky/preview.png differ diff --git a/mesecons_pistons/doc/piston_sticky/recipe.png b/mesecons_pistons/doc/piston_sticky/recipe.png new file mode 100644 index 0000000..3520736 Binary files /dev/null and b/mesecons_pistons/doc/piston_sticky/recipe.png differ -- cgit v1.2.3