From eb48ee87bcf6afdca57ff415109ab30ee4196cb4 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Wed, 26 Sep 2018 09:31:57 +1000 Subject: [PATCH] Updated Directional blocks and auto rotate (markdown) --- Directional-blocks-and-auto-rotate.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Directional-blocks-and-auto-rotate.md b/Directional-blocks-and-auto-rotate.md index 8ea2f3a..29e263a 100644 --- a/Directional-blocks-and-auto-rotate.md +++ b/Directional-blocks-and-auto-rotate.md @@ -11,10 +11,10 @@ For Auto-Rotate to work, you must name your blocks with special endings/suffixes *** #### Directional endings -* -N -* -S -* -W -* -E +* -N ``` Min (0, 0, 0) : Max (16, 16, 8)``` +* -S ``` Min (0, 0, 8) : Max (16, 16, 16)``` +* -W ``` Min (0, 0, 0) : Max (8, 16, 16)``` +* -E ``` Min (8, 0, 0) : Max (16, 16, 16)``` These suffixes stand for North, South, West and East, and should come after the block name without a space. For example: Wood wall-N, Wood wall-S, Wood wall-W, Wood wall-E. @@ -49,9 +49,9 @@ These suffixes stand for Down and Up. *** #### Pillar/Pole endings -* -NS -* -WE -* -UD +* -NS ``` Min (4, 4, 0) : Max (12, 12, 16)``` +* -WE ``` Min (0, 4, 4) : Max (16, 12, 12)``` +* -UD ``` Min (4, 0, 4) : Max (12, 16, 12)``` These suffixes stand for North/South, West/East and Up/Down