Links
Tags
Creators
Details
0.8.1-neoforge
Compatibility
Changes
Emotify 0.8.1
This release adds a smooth hotbar emoji feedback indicator, an in-game client settings toggle, and expanded settings layout support for NeoForge 1.21.1.
Highlights
- Added a hotbar emoji indicator that smoothly displays a 16×16 px preview of your sent emoji directly above the hotbar.
- Synchronized the indicator lifecycle and timing with the active overhead emotion duration.
- Added sub-pixel
PoseStackGPU translation to ensure smooth motion without micro-stuttering across all GUI scales. - Added an in-game client settings toggle to enable or disable the hotbar feedback indicator.
- Expanded the settings panel geometry to 6 rows with balanced padding and symmetric layout.
- Added complete English and Russian translations for the new setting and tooltip.
- Configured persistent storage in
config/emotify-client.toml.
Requirements
- Minecraft 1.21.1
- NeoForge 21.1.234 or newer
- Kotlin for Forge 5.12.0 or a newer compatible 5.x release
- Java 21
Players who want to send and see emotions must install the Emotify client matching their loader and Minecraft version. Other players can join normally.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:2ZS962dj:1QEkC6wG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2ZS962dj:1QEkC6wG"
}

