All versions
1.20.1-2.0.0-fabric
Release
Online Emotes 2.0.0 for 1.20.1 (Fabric/Quilt)3 years ago 1,815
Compatibility
Minecraft: Java Edition
1.20–1.20.1
1.19.2–1.19.4
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Unavailable version
Changes
- be2aba9 - Update publish.yml
- efad467 - Fix essential
- c31c327 - Bump version
- b3d0ebf - Update to 1.20.1
- 46e28e5 - Fix auth on server
- b185e73 - Handle valid disconnect
- 2848c82 - Fixing the Mixin config package
- 514d3d0 - Bump version & update dependencies
- 48904a6 - Add debug option
- d0872b2 - Bump version
- be72db7 - Closing the pool at the exit
- 6324a42 - Fix startup error
- 16eacf2 - Fix sending config on forge
- af0386b - Fix reconnect
- db547a8 - Bump version
- 46496f3 - More versions of minecraft
- 6740a0f - Fix idea warning
- 5b9763c - Additional Epoll check
- b163c78 - Gihub releese name
- 7ae6fec - New versioning
- a575a53 - Update publish.yml
- 83c35a3 - Delete a publication for dev
Optional dependencies
Unavailable version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| online-emotes-1.20.1-2.0.0-fabric-sources.jar | Unknown | 348.01 KiB |
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:Dc4g4seU:afQ5UT9e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Dc4g4seU:afQ5UT9e"
}

