Mod

Face Tracker Mod

Quick rating

Face Tracker Mod

No reviews yet

This mod allows you to share your facial expressions.

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
Creative Commons Attribution 4.0 International
Latest Version
1.1.5
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

facetrackermod

WARNING: THIS IS A DIFFICULT MOD TO HANDLE! THIS MOD REQUIRES A SPECIAL CLIENT.

Download it at https://github.com/tia9os/facetracker or Download it at(legacy) https://github.com/tia9os/facetrackmod/releases

Talking

Player sad

facetrackermod connects a local webcam expression tracker to Minecraft and displays the detected emotion on the player's face. It is built for Fabric 1.21.1 by Antara89 and includes a standalone Java desktop client in the ./client folder.

The companion client reads your webcam locally, estimates your current facial expression, and sends compact expression data to Minecraft over localhost. The Fabric mod receives that data, syncs it through the server, and renders face overlay textures on players so other players can see the expression too.

Features

  • Real-time webcam expression tracking through the included Java client.
  • Multiplayer expression sync through Fabric networking.
  • Player face overlays for neutral, happy, sad, surprised, talking, blinking, winking, and focused expressions.
  • Optional layered face parts for mouth, left eye, right eye, left eyebrow, and right eyebrow.
  • Custom 8x8 PNG face textures loaded from run/expressions.
  • base.png support for replacing the original face background before the expression is drawn.
  • Texture sync: each player's local expression texture set is uploaded to the server and distributed to other clients when they join.
  • Optional local HUD face preview with configurable corner, offset, and scale.
  • Local recording and snapshot tools in the desktop client for testing and tuning.

How It Works

  1. Install the Fabric mod on the Minecraft client and server.
  2. Start Minecraft with the mod installed.
  3. Run the companion app from the repository root:
./gradlew -p client run

On Windows, use:

.\gradlew.bat -p client run
  1. Start the camera in the Face Expression Client.
  2. The client sends expression updates to the Minecraft client over 127.0.0.1:34321.
  3. If the server has the mod installed, the Minecraft client sends the expression state and texture set to the server.
  4. Modded servers distribute it to other modded clients. On normal servers, the expression face still renders locally for you, but other players cannot see it.

Custom Textures

Expression textures are stored in:

run/expressions/

Supported files:

base.png
neutral.png
happy.png
sad.png
surprised.png
talking.png
blinking.png
winking.png
focused.png

Each file should be an 8x8 PNG. Transparent pixels in expression textures allow the base.png layer to show through. Transparent pixels in base.png allow the original Minecraft skin face to show through.

Layered face parts are opt-in. Create this folder to enable them:

run/expressions/parts/

When the parts folder exists, the mod creates and syncs missing default part textures and renders these layers instead of the full-expression PNG whenever all selected parts are available:

parts/mouth/neutral.png
parts/mouth/happy.png
parts/mouth/sad.png
parts/mouth/surprised.png
parts/mouth/talking.png
parts/left_eye/open.png
parts/left_eye/closed.png
parts/left_eye/focused.png
parts/right_eye/open.png
parts/right_eye/closed.png
parts/right_eye/focused.png
parts/left_eyebrow/neutral.png
parts/left_eyebrow/raised.png
parts/left_eyebrow/sad.png
parts/left_eyebrow/focused.png
parts/right_eyebrow/neutral.png
parts/right_eyebrow/raised.png
parts/right_eyebrow/sad.png
parts/right_eyebrow/focused.png

Local Bridge

The local UDP bridge listens on:

127.0.0.1:34321

The mod still accepts the original FaceTrack packet format:

facetrack|1|timestampMillis|expression|confidence|faceCount|smileScore|mouthOpen|mouthWide|sadScore|blinkScore|winkScore

The companion client now sends part-aware packets:

facetrack_parts|1|timestampMillis|expression|confidence|faceCount|smileScore|mouthOpen|mouthWide|sadScore|blinkScore|winkScore|fps|mouth|leftEye|rightEye|leftEyebrow|rightEyebrow

The base.png face layer is rendered for the local player even before the first expression packet arrives. Synced remote player base textures render after their texture set has been received.

The mod can be used client-side on normal servers. In that mode, /facetrack status reports Server sync: local only; local face overlays and the HUD preview still work, but remote players do not receive your expression state or textures.

HUD Face Preview

The mod can also render your local expression face as a HUD preview. It is disabled by default and defaults to the top-right corner when enabled.

/facetrack hud on
/facetrack hud off
/facetrack hud status
/facetrack hud corner top_right
/facetrack hud corner top_left
/facetrack hud corner bottom_right
/facetrack hud corner bottom_left
/facetrack hud offset 8 8
/facetrack hud scale 6

The offset is measured inward from the selected corner. HUD settings are saved in:

run/config/facetrackermod-client.properties

Privacy

The webcam video is processed locally by the companion Java client. Video frames are not sent to the Minecraft server. The client only sends compact expression values to the local Minecraft client, and the mod syncs expression state and small 8x8 texture PNGs through the server.

Requirements

  • Minecraft 1.21.1
  • Fabric Loader
  • Fabric API
  • Java 21
  • A webcam for live expression tracking
  • The included ./client app for webcam input

Notes

Expression detection uses OpenCV Haar cascades and lightweight heuristics, so accuracy depends on lighting, camera position, and calibration. For best results, start with your face clearly visible and hold a neutral expression during calibration.

Screenshots

Gallery

  • Happy player
    Happy player This image shows me as being happy.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync