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
* -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