All versions
1.1
Release
Cobblemonteamstudio 1.1last month 6
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
Added
- Added a full Team Builder editor after selecting a Pokemon.
- Added controls for level, shiny state, nature, ability, IVs, and EVs.
- Added move selection support with a dedicated Move Editor screen.
- Added automatic default move selection from the Pokemon's available moves.
- Added base stat display to the Pokemon detail/editor UI.
- Added a mod icon for distribution pages and launchers.
Changed
- Reworked the Pokemon selection flow so selecting a species opens the Team Builder editor instead of immediately adding the Pokemon.
- Replaced the old
team_studioitem with theteam_builderitem as the main usable item. - Simplified the creative tab so it only shows the Team Builder item.
- Updated English and Japanese translations for the new editor UI.
Removed
- Removed the old
team_studioitem/model entry. - Removed the old direct "click to add" flow from the species list.
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:QvfWEbD1:vEuDH2jb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QvfWEbD1:vEuDH2jb"
}

