Links
Tags
Creators
Details
All versions
0.8.0-fabric
Release
Emotify 0.8.0 for Fabric2 weeks ago 16
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Emotify 0.8.0
This release brings official Emotify support for Minecraft 26.2 on Fabric.
Highlights
- Added full Fabric client and server support for Minecraft 26.2.
- Updated rendering pipeline to modern 26.2 GUI and world render layers.
- Fixed emojis becoming transparent against water, portals, clouds, sky, and separate world compositing layers.
- Fixed fade-in and fade-out rendering without allowing emojis to appear through solid blocks.
- Added Java 25 runtime support.
- Added multiplayer compatibility with NeoForge clients and Paper, Purpur, and Folia 26.2 servers.
Requirements
- Minecraft 26.2
- Fabric Loader 0.19.3 or newer
- Fabric API 0.157.0+26.2 or newer
- Fabric Language Kotlin 1.13.12+kotlin.2.4.0 or newer
- Java 25
Players without Emotify can still join supported servers, but they cannot send or see emotions.
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:SYqoaq7B"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2ZS962dj:SYqoaq7B"
}


