mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-08-03 18:57:27 -04:00
Updated Directional blocks and auto rotate (markdown)
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
|
|
||||||
|
|
||||||

|

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

|
These suffixes stand for Northwest, Northeast, Southwest and Southeast.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
#### Slabs
|
#### Slab endings
|
||||||
* _block name_-D
|
* -D
|
||||||
* _block name_-U
|
* -U
|
||||||
|
|
||||||

|
These suffixes stand for Down and Up.
|
||||||
|
|
||||||
|

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

|
These suffixes stand for North/South, West/East and Up/Down
|
||||||
|
|
||||||
|

|
Loading…
x
Reference in New Issue
Block a user