Directional Mechanic
What is this?
This mechanic allows you to place blocks and have them change their texture depending on the direction in which they are placed, like for example logs.
There are 3 types of directional blocks: LOG, FURNACE and DROPPER.
LOG takes up 3 custom block variations, FURNACE takes 4 and DROPPER takes 6.
Configuration
The most basic of configuration setups for a directional blocks is reusing the same model and having it be rotated accordingly. Below is such an example
Nexo will here automatically generate 3 fake dummy-items for each direction and assign a custom_variation for each. The config will then look something like this after
This applies to the other two types aswell, FURNACE & DROPPER. You can also set a model explicitly for each rotation like shown in DROPPER example. If this is done, Nexo will not apply the standard rotations to it.

Nexo <1.14 Example:
Parent-Block example:
LOG-type example:
FURNACE-type example:
DROPPER-type example:
Last updated