Tags
Creators
Details
All versions
0.19.1-beta
Beta
Version 0.19.1-beta3 days ago 1,182
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Changelog
[0.19.1-beta] - 2026-09-20
Changed:
- #407 Trainer messages are now displayed as speech bubbles above their head (chat messages are still available but optional)
- Added related server config options (
showMessageAsSpeechBubbleandshowMessagesInChat) - Slightly adjsuted trainer entity AI so they will stand still while talking
- Speech bubble texture(s) can be changed with a resource pack (
assets/rctmod/textures/speech_bubbles) and use the same pattern as other assets to allow to assign them to all trainers (default.png), groups of trainers (groups/) or single trainers (singles/). The default texture is160x90px with16px space for borders (other dimensions are possible, the border scales accordingly)
- Added related server config options (
- #406 Updated trainer loot tables to include Cobblemon TMs
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:lRwTUnD7:9uSx1Lvt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lRwTUnD7:9uSx1Lvt"
}



