
Cobblemizer
Cobblemizer, formerly known as Cobblemaxer, is a Cobblemon 1.4.1 side mod designed to enhance the gameplay experience by offering items that allow players to manipulate various stats and aesthetic characteristics of Pokémon within the game.
2.0.0
Compatibility
Required content
Changes
2.0.0 (January 3rd, 2023)
Additions:
- Gender Swapper Item: Allows swapping the gender of a Pokémon.
- Shiny Swapper Item: Enables swapping the shiny status of a Pokémon.
- Caught Ball Swapper Items: Introduces items for changing the caught ball of a Pokémon.
- Nature CHanger Items: Introduces items for changing the nature of a Pokémon.
Tier items:
- Tier/Rarity items, with values changeable in the config (cobblemizer/cobblemizer.json)
- Tiered items:
- Friendship Increasing Items: Introduces items for increasing the friendship levels of a Pokémon.
- IV increasing Items: Introduces items for increasing the IV levels of a Pokémon.
- EV increasing Items: Introduces items for increasing the EV levels of a Pokémon.
- Level increasing Items: Introduces items for increasing the Levels of a Pokémon.
Changes
- Mod Renaming: Renamed the mod to "Cobblemizer: Cobblemon Customizer".
- README and Description Update: Updated the README file and mod description to reflect the mod's new name and features.
- Item Relocation: All items were relocated from the "Cobblemon Consumables" Creative Mode tab to the newly introduced "Cobblemaxer" Creative Mode tab.
- Icon Modification: The mod icon has been slightly modified.
- Functionality Addition: Implemented functionality for items to check whether the relevant statistic (E.g. IVs) is already maximized to prevent unnecessary item usage or loss.
- Cobblemon version: Updated to work with Cobblemon version 1.4.1. (should still function with 1.4.0)
- Code changes: Reorganized and redid large portions of code to introduce new tier system
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:x84daeIA:GMrI1Epx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x84daeIA:GMrI1Epx"
}

