Tags
Creators
Details
All versions
0.11.0-beta
Beta
Version 0.11.0-betalast year 159.3K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
Changelog
[0.11.0-beta] - 2025-04-12
Added:
- #51
BattleManager#startBattle()withUUIDreturn type as replacement forBattleManager#start() - #50
nicknameproperty forPokemonModels
Changed:
- #49 Adjustments to
RCTBattleAImove and switch evaluations (e.g. better awareness of shedinjas wonderguard) and other tweaks - #48 If the
nameof aTrainerNPCis unset or empty it will now fall back to the display name of the entity the trainer is attached to
Fixed:
- #47
RCTBattleAIattempting to choose various illegal actions, causing battles to softlock in certain situations and other issues (e.g. switching out against pokemon with "arena trap" or while "mean look" is active)
Deprecated:
- #46
BattleManager#start()and helper methods
Removed:
- #45 Demo commands (now implemented in tbcs)
BattleEndCommandCommandsContextRCTApiCommands- other related classes
- #44
BattleState#BattleState(PokemonBattle, BattleRules) - #43
RCTApi#getInstance() - #42
RCTApi#init(TrainerRegistry, BattleManager) - #41
RCTApi#initInstance(String, TrainerRegistry) - #40
RCTApi#initInstance(String, TrainerRegistry, BattleManager)
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:CBfM2yw7:HYwypDPa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CBfM2yw7:HYwypDPa"
}



