Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
All versions
1.1.0-fabric
Release
MoreCobblemonTweaks 1.1.0 (Fabric)last year 2,477
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
New Features
Multiselect & Release
- A new button can be found in the bottom right corner of the ui, clicking it will enable/disable multiselect mode.
- While multiselecting you can click any slots to (de)select them or shift click to (de)select a range of slots.
- While you have slots selected in multiselect mode you can use the release button as you would normally however of course it will release all selected pokemon.
Singleplayer Differentiation
- A new feature? A bug fix? Your choice! But now if you run multiple singleplayers from the same instance, you shouldn't have box names & box wallpapers shared between them!
Changes
Updated Search
- Search now supports searching by egg groups (egg=, egg_group=)
- Most of the hardcoded search terms have been replaced with Pokemon Properties, if you are familiar with /givepokemon it's the same format
- Any terms not covered by PokemonProperties have remained (mythical, legendary, holding, etc)
- Search will now show suggestions as you type to help with searching
- You can enable fully hiding unmatched pokemon when searching in the config
Updated IV Display
- IV colors will now match the power item that goes with the stat
- You can now remove IV colors from the display w/ the config (they will just render as white instead)
Updated Egg Lore
- The gold star for shiny eggs is no longer bold
- Added a gold triangle indicator for a perfect iv egg (disablable in config)
- Fixed Cobbreeding Support for 1.8.9+ (still supports 1.8.8, and will not crash with earlier versions anymore)
- Changed Cobbreeding Visuals (a tad)
- Pokemon eggs will now be named "<Species> Egg" instead of "Pokemon Egg" with the species at the bottom of the lore
- The time remaining on the egg is now rendered at the top and using custom rendering instead of just MM:SS
Fixes
- Fixed some issues with the box name & wallpaper cache which could incorrectly show wallpapers/box names between different servers
- Fixed some click based bugs (being able to click things you shouldn't)
Optional dependencies
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:5KWlJ2HC:FY4mcjc0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5KWlJ2HC:FY4mcjc0"
}






