A CoT Facing is an enumeration of a block's possible directions

Importing the package

Link to importing-the-package

It might be required for you to import the package if you encounter any issues, so better be safe than sorry and add the import.
import mods.contenttweaker.Facing;

Facing can be of those six values:

  • north
  • east
  • south
  • west
  • down
  • up

A Hand's main use is in a IItemUse Function.