Tags
Creators
Details
Licensed ARR
Published last year
Updated 3 months ago
All versions
2.5.6
Release
Discord & Chat Images 2.5.6last year 2,988
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Client and server
Changes
- Now GIFs from tenor.com sent from Discord will be displayed in the chat
- Fixed an old bug due to which some GIFs were displayed incorrectly
- All standard Minecraft localizations have been removed from the mod file. They are now downloaded from the Github repository and saved locally. Thanks to this, the file size has decreased by 2 times (30 MB -> 15 MB)
- Messages sent in webhook mode now always arrive in the same order in which they were sent
- Fixed a bug due to which the bot could not create a pinned message on Fabric and Quilt
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:yIWYj2mo:iwnhk4C4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yIWYj2mo:iwnhk4C4"
}

