Tags
Creators
Details
1.0.2
Compatibility
Required content
Changes
Changelog
1.0.2
Summary
This hotfix fixes enhanced balls losing their BallEnhancer identity after being thrown, missed, and picked up again.
Fixed
- Fixed enhanced balls reverting back to regular Cobblemon balls when thrown, missed, and recovered
- Fixed
++and--ball variants losing their custom item ID after landing on the ground - Fixed recovered enhanced balls returning as standard Cobblemon balls instead of the original BallEnhancer variant
- Fixed missed
--balls incorrectly consuming their extra cost - Fixed enhanced ball item data loss when a thrown ball is recovered
Improved
- Improved missed throw handling for enhanced balls
- Improved refund behavior for
--balls when no Pokémon is hit
Notes
--ball extra-cost handling now applies only during real capture attempts- Missed enhanced balls are now refunded correctly when picked up
- A small delay before
--ball extra-cost handling is applied can still occur, but the final inventory result remains correct
1.0.1
Summary
Recipe consistency update for Ball++ and Ball-- variants, with added support for Honor Ball recipes.
Fixed
- Fixed Great Ball++ and Great Ball-- recipes to better match the base Great Ball recipe
- Fixed Ultra Ball++ and Ultra Ball-- recipes to better match the base Ultra Ball recipe
- Fixed incorrect material usage in some Ball++ and Ball-- recipes
Added
- Added crafting recipes for Honor Ball++
- Added crafting recipes for Honor Ball--
- Added alternative Honor Ball++ recipes using regular Honor Balls and a White Apricorn
- Added alternative Honor Ball-- recipes using regular Honor Balls and a White Apricorn
Improved
-
Improved recipe consistency across Ball++ and Ball-- variants
-
Improved recipe material logic:
- Poké Ball uses Copper
- Great Ball uses Iron
- Ultra Ball uses Gold
- Honor Ball uses Copper
-
Improved Ball++ recipes by using material blocks
-
Improved Ball-- recipes by using the matching base material items
Notes
- This update does not change the behavior of Ball++ or Ball-- items
- This update only adjusts recipes and adds the missing Honor Ball variants
1.0.0
Summary
Initial release of Ball Enhancer, a Cobblemon addon adding enhanced Poké Ball variants with configurable catch-rate bonuses, penalty variants, refunds, and Cobblemon-style rendering.
Added
-
Added Poké Ball++ and Poké Ball--
-
Added Great Ball++ and Great Ball--
-
Added Ultra Ball++ and Great Ball--
-
Added Premier Ball++ and Premier Ball--
-
Added configurable catch-rate multipliers
-
Added Penalty Ball behavior:
- consumes 3 balls when thrown
- refunds 1 ball after a successful capture
- supports configurable refund delay
-
Added clean 2D inventory and hotbar icons
-
Added 3D Cobblemon-style models in hand and on the ground
-
Added catch-rate tooltip in the Cobblemon style
-
Added
/be infocommand -
Added
/be reloadcommand -
Added login message explaining Penalty Ball behavior
-
Added English and French translations
-
Added default config file
Notes
- Penalty Balls throw one visible ball, but consume 3 items total
- If a Penalty Ball successfully captures a Pokémon, 1 ball is refunded after the configured delay
- Premier Ball is translated as Honor Ball in French
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:lg1uBPDk:l5v5Bo8v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lg1uBPDk:l5v5Bo8v"
}

