All versions
1.13.28
Release
Cobblemon Secret Base Trainer 1.13.28-Fabric4 months ago 2,910
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Fixes
- Fixed General-tab text fields with expanded limits (especially
Locked Message) truncating after reopen by applying eachEditBoxmax length before loading saved values.
Added
- Added
/bclone spawn <linkId> <x> <y> <z>so admins can duplicate an existing Battle Clone by Link ID directly at remote coordinates. - Added
/bclone remove <linkId> <x> <y> <z>so admins can remove matching Battle Clones remotely at exact block coordinates in the current dimension. - Added an
Apply to DialogueON/OFF toggle besideRequired Defeatsin the General tab so linked-defeat requirements can optionally block dialogue interactions in addition to battle starts. - Doubled character limits for General-tab text inputs and Dialogue editor text fields so longer names, link chains, lock messages, and dialogue content can be configured without early truncation.
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:medEuFrY:oEHvHRWs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:medEuFrY:oEHvHRWs"
}



