Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
All versions
1.2.0-fabric
Release
MoreCobblemonTweaks 1.2.0 (Fabric)7 months ago 26.6K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Changes
- Updated to Cobblemon 1.7.1+
- PC IV Display & Egg IV Display
- Added average iv line below normal ivs
- When holding shift iv's will show the iv %
- Egg Lore Display now shows Pokeball as well
- Perfect IV symbol is now in aqua instead of yellow to avoid being mistaken for the shiny symbol.
- All of the different egg indicators are now lang entries and can be changed by resourcepacks
Removals
- Bypass egg encryption config option (replaced by "egg_encryption_warning") as it was only useful in singleplayer
- PC Search, Box Name, & Wallpaper Features
- As of Cobblemon 1.7+ these features are now all available in the base mod, added by yours truly!
Additions
- Added egg indicator for all 0 ivs (red hazard triangle)
- Added new config option "text_egg_indicators" (disabled by default) which changes egg name symbol indicators to be text in the lore instead (i.e. "Shiny", "Perfect IVs", etc)
- Added "egg_encryption_warning" option (enabled by default), which will put a warning in egg item's lore if the data is encrypted and cannot be displayed
- If Cobbreeding is enabled but the version is not supported, a warning will be stated in the log at startup.
- My old box search auto-completion feature has been added to cobblemons built-in box searching.
Multiselect System
- The multiselect system has been fully reworked!
- Now when selecting pokemon they will all be picked up like normal selection and you can keep selections between boxes.
- With multiple pokemon selected you can swap/move multiple pokemon at once within the same box by clicking and holding control, or within different boxes just by clicking.
- The pokemon selection will be focused on the first pokemon you selected, and will construct a box on your cursor in the order that you select the pokemon.
- It will also wrap the pokemon based on where you hover your mouse to show the predicated placement for the pokemon.
- For example: If you have a full row (6 pokemon) selected, and you hover over the last slot in a row, the five pokemon that come after your selection focus, will be wrapped to the row beneath it (or the top row if its the bottom).
- When moving full boxes of pokemon at a time, this feature can be a little trippy so be wary!
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:psNINDZQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5KWlJ2HC:psNINDZQ"
}






