Tags
Creators
Details
All versions
0.14.7-beta
Beta
Version 0.14.7-beta6 months ago 152
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
Changelog
[0.14.7-beta] - 2026-02-13
Added:
- #116
Debug#setActive(int)static method to configure active debug contexts (not recommended to activate in release builds) - #115
PokemonPropertiesModelConverter: ConvertPokemonModeltoPokemonProperties(thanks Gito)
Changed:
- #114 Adjusted semantics of
Debugutility (now works with contexts instead of levels, combine with|for multiple)
Fixed:
- #113 Battles getting stuck when trainers use Tatsugiris
Commanderability with Dondozo - #112
PokemonModel(Pokemon)constructor copying wrong properties
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:IrjcgPuo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CBfM2yw7:IrjcgPuo"
}



