Updated Directional blocks and auto rotate (markdown)

Goodlyay 2017-12-26 02:42:10 -08:00
parent 0a605c8f6c
commit e420f7c7c7

@ -5,7 +5,7 @@ However, after you've added these variants to complete the set, you may find it
This is where "Auto-Rotate" comes in. You may have noticed this turning on and off if you pressed the F6 key in-game. This is where "Auto-Rotate" comes in. You may have noticed this turning on and off if you pressed the F6 key in-game.
If you're placing a block with other defined rotations, Auto-Rotate automatically picks the correct block rotation for you to place. If you're placing a block with other defined rotations, Auto-Rotate automatically picks the correct block rotation for you to place.
In order for Auto-Rotate to do its job properly you need to give your blocks the recognized rotation names that are detailed below: In order for Auto-Rotate to do its job properly you need to name your blocks with the recognized rotation endings that are detailed below:
#### Directional endings #### Directional endings
* -N * -N
@ -13,37 +13,40 @@ In order for Auto-Rotate to do its job properly you need to give your blocks the
* -W * -W
* -E * -E
These suffixes stand for North, South, West and East, and should come after the block name without a space. For example: 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.
Wood wall-N
Wood wall-S
Wood wall-W
Wood wall-E
![N/S/E/W](https://cdn.discordapp.com/attachments/293663784290222080/395160391518388234/unknown.png) ![N/S/E/W](https://cdn.discordapp.com/attachments/293663784290222080/395160391518388234/unknown.png)
It should be noted that you may press F7 in-game to see the red and blue line. The blue line always points south from your feet.
*** ***
#### Corners #### Corner endings
* _block name_-NW * -NW
* _block name_-NE * -NE
* _block name_-SW * -SW
* _block name_-SE * -SE
![NW/NE/SW/SE](https://i.imgur.com/s6iPAmY.png) These suffixes stand for Northwest, Northeast, Southwest and Southeast.
![NW/NE/SW/SE](https://cdn.discordapp.com/attachments/293663784290222080/395161827933290496/unknown.png)
*** ***
#### Slabs #### Slab endings
* _block name_-D * -D
* _block name_-U * -U
![D/U](https://i.imgur.com/KyIshlK.png) These suffixes stand for Down and Up.
![D/U](https://cdn.discordapp.com/attachments/293663784290222080/395162255596978177/unknown.png)
*** ***
#### Pillars/Poles/Walls #### Pillar/Pole endings
* _block name_-NS * -NS
* _block name_-WE * -WE
* _block name_-UD (this can be omitted, useful for just walls) * -UD
![NS/WE/UD](https://i.imgur.com/iz5ZXe9.png) These suffixes stand for North/South, West/East and Up/Down
![NS/WE/UD](https://cdn.discordapp.com/attachments/293663784290222080/395164320524271618/unknown.png)