Updated Directional blocks and auto rotate (markdown)

UnknownShadow200 2018-09-26 09:31:57 +10:00
parent 86744067a3
commit eb48ee87bc

@ -11,10 +11,10 @@ For Auto-Rotate to work, you must name your blocks with special endings/suffixes
*** ***
#### Directional endings #### Directional endings
* -N * -N ``` Min (0, 0, 0) : Max (16, 16, 8)```
* -S * -S ``` Min (0, 0, 8) : Max (16, 16, 16)```
* -W * -W ``` Min (0, 0, 0) : Max (8, 16, 16)```
* -E * -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. 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 #### Pillar/Pole endings
* -NS * -NS ``` Min (4, 4, 0) : Max (12, 12, 16)```
* -WE * -WE ``` Min (0, 4, 4) : Max (16, 12, 12)```
* -UD * -UD ``` Min (4, 0, 4) : Max (12, 16, 12)```
These suffixes stand for North/South, West/East and Up/Down These suffixes stand for North/South, West/East and Up/Down