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.
|
||||
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
|
||||
* -N
|
||||
@ -13,37 +13,40 @@ In order for Auto-Rotate to do its job properly you need to give your blocks the
|
||||
* -W
|
||||
* -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
|
||||
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.
|
||||
|
||||

|
||||
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
|
||||
* _block name_-NW
|
||||
* _block name_-NE
|
||||
* _block name_-SW
|
||||
* _block name_-SE
|
||||
#### Corner endings
|
||||
* -NW
|
||||
* -NE
|
||||
* -SW
|
||||
* -SE
|
||||
|
||||

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

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

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

|
||||
|
||||
***
|
||||
|
||||
#### Pillars/Poles/Walls
|
||||
* _block name_-NS
|
||||
* _block name_-WE
|
||||
* _block name_-UD (this can be omitted, useful for just walls)
|
||||
#### Pillar/Pole endings
|
||||
* -NS
|
||||
* -WE
|
||||
* -UD
|
||||
|
||||

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

|
Loading…
x
Reference in New Issue
Block a user