Links
Tags
Creators
Details
All versions
0.8.0-beta.1-fabric
Beta
Emotify 0.8.0-beta.1 for Fabric2 weeks ago 22
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Emotify 0.8.0-beta.1
This beta release adds official Emotify support for Minecraft 26.2 on Fabric.
Highlights
- Added Fabric client and server support for Minecraft 26.2.
- Updated rendering, input, networking, configuration, and lifecycle integration for the 26.2 APIs.
- Fixed emojis becoming transparent against water, portals, clouds, the sky, and other separately composited world layers.
- Fixed fade-in and fade-out rendering without allowing emojis to appear through solid blocks.
- Added multiplayer compatibility with Emotify NeoForge clients and Paper or Purpur servers running Minecraft 26.2.
Requirements
- Minecraft 26.2
- Fabric Loader 0.19.3 or newer
- Fabric API 0.157.0+26.2 or newer compatible release
- Fabric Language Kotlin 1.13.12+kotlin.2.4.0 or newer compatible release
- Java 25
Please report any rendering, UI, networking, or compatibility problems found during beta testing.
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:Ex1PjShw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2ZS962dj:Ex1PjShw"
}


