Tags
Creators
Details
All versions
0.18.0-beta
Beta
Version 0.18.0-beta4 months ago 2,593
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Changelog
As of version 0.18.0-beta, Radical Cobblemon Trainers may only be redistributed under the terms of the MCOML License.
[0.18.0-beta] - 2026-04-11
Added:
- #402 New
format=<format>argument for theget progress graphcommand. Possible values are:png: Generate an image file, saved on the clientsvg: Generate a vector graphic file, saved on the clientuml: Generate a PlantUML graph, can be viewed online, old behaviour, default
- #401 Series property
hideTrainerIdentities: Determines if trainer names/is are hidden in the progress graph (see #400) unless they are required or have been beaten before - #400 The trainer card now offers the option to view the series progress graph ingame as vector graphic
- Series progress graph visualization is powered by JGraphT (PlantUML graphs can still be generated, see also #402)
- #399 Trainer mob property
requiredSeries: Similar torequiredDefeatsallows to define series that a player has to complete before a trainer can be challenged (shoutout to Kile for implementing this) - #398 Trainer mobs now support TBCS win commands
- An overview of the win command and selector syntax can be found in the TBCS mod description
- The TBCS mod needs to be installed on the server side for win commands to function (the mod is optional for clients)
- The Pack Builder tool has been updated with form fields for the new "Win Commands" property (see "Mobs")
Changed:
- #397 Adjusted
get progress graphcommand to generate graphs in dedicated threads, which reduces overall load on the server during the process - #396 Some labels in the trainer card will now scale down automatically (to ensure they better fit for different languages)
- #395 Update min required version of
rctapito0.15.0-beta
Fixed:
- #394 Client side lag when in the Trainer Card menu while attending to larger series
- #393 Command
get progress graphsometimes unexpectedly failing for certain series - #392 Potential crash caused by trainer names unexpectedly getting unset from other sources (mods or datapacks)
- #391 Trainer type related advancements not getting rewarded (players that might have missed advancaments will get these granted if they defeat any of the required trainers again)
- #390 Various performance issues related to level cap and trainer level calculations
Removed:
- #389 Command flags
include_defeated,include_optionalsandinclude_singlesfromplayer get progress graph(usedefeated/optionals/singles=<boolean>instead)
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:Py1VoaHl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lRwTUnD7:Py1VoaHl"
}

