i created a block and want to rotate it using facing:
public BlockCustomThinGlass(Block.Properties properties) {
super(properties);
this.setDefaultState(this.stateContainer.getBaseState().with(HORIZONTAL_FACING, EnumFacing.NORTH));
}
only when I do this, even though it is done in the minecraft files aswell, i get this error:
what's the problem?
minecraft 1.13.2
forge 25