Directional Blocks

Requires ItemsAdder 4.0.10 or greater

Warning

FURNACE and DROPPER won't act like the vanilla machinery. They are just names to easily understand the type of block rotation.

Directional mode

Mode ALL

Act like a vanilla log and a dropper at the same time.

Mode FURNACE

Act like vanilla furnace.

Mode LOG

Act like vanilla logs.

Mode DROPPER

Acts like the vanilla dropper.

In this particular case I decided to overwrite the automatically generated directional blocks up and down to customize the appearance of the block in this particular case, setting a different texture for the north face (front). In the screenshot you can see the face texture is different.

Manually create models

ItemsAdder automatically rotates your base block model, but you can provide your custom variants of the models for each rotation, to enhance the customization.

In my example I did that to customize the model of the DROPPER example when placed down or up.

To do that you have to append the _<face> text after the id of your custom block.

Accepted faces are:

  • north

  • east

  • south

  • west

  • up

  • down

In my example I used directional_block_dropper_up (_up) and directional_block_dropper_down (_down) for the block directional_block_dropper.

Last updated

Was this helpful?