All versions
1.1.8
Beta
Cobblemon PC Exporter 1.1.85 months ago 478
Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Unavailable version
Unavailable version
Unavailable version
Changes
- Users can export PC boxes into an excel sheet.
- Users can customize a variety of details about the workbook, or what fields are exported.
Below are a list of all fields that can be exported in this first release:
- Box #
- Slot #
- Box Name
- PC UUID
- Species
- Dex #
- Form
- Nickname
- UUID
- Level
- XP
- Friendship
- Shiny
- Gender
- Tera Type
- Primary Type
- Secondary Type
- All Types
- Aspects
- Size
- Held Item Visible
- Marks
- Markings
- Cosmetic Item
- Ability Name
- Ability Description
- Original Nature
- Minted Nature
- Current Nature
- Original Trainer UUID
- Original Trainer Name (Not reliable, use UUID and NameMC).
- Caught Ball
- Held Item
- IVs (HP/ATK/DEF/SP.ATK/SP.DEF/SPD)
- EVs (HP/ATK/DEF/SP.ATK/SP.DEF/SPD)
- Stats (HP/ATK/DEF/SP.ATK/SP.DEF/SPD)
- Base (HP/ATK/DEF/SP.ATK/SP.DEF/SPD)
- Height (m)
- Weight (kg)
- Moves 1–4 (Name, Type, Category, Power, Accuracy, Max PP)
- Benched Moves
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:j1yCLfHy:A8csIwtp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:j1yCLfHy:A8csIwtp"
}

