# Pastebin SKb9S7F6 @Override public IBlockState onBlockPlaced(World worldIn, BlockPos pos, EnumFacing facing, float hitX, float hitY, float hitZ, int meta, EntityLivingBase placer) { IBlockState iblockstate = this.getDefaultState(); iblockstate = iblockstate.withProperty(FACING, facing); return iblockstate; }