Creators
Details
1.0.5
Compatibility
Required content
Changes
CobbleWordle | v1.0.5
New Features
-
Multiple rewards per rank
- You can now configure multiple rewards for each rank in Ranked mode.
- Example: An "Expert" player can receive diamonds, emeralds, and gold in a single reward.
-
Improved guessing dialog
- The input menu now displays a custom title and clear instruction lines.
- More intuitive design and consistent with other mod menus.
-
Banned Pokémon filter
- Fixed the ban system: Pokémon in the blacklist are now properly filtered across all parts of the game.
-
Admin ban commands
- New command
/cw ban <pokemon>to exclude Pokémon from the game. - New command
/cw unban <pokemon>to re-enable them. - Banned Pokémon will never appear as targets or in the Pokédex.
- New command
Fixes
-
Duplicate rewards
- Fixed an issue where players could claim rewards multiple times by reopening the menu after winning.
-
Session validation
- Improved finished game handling: the menu no longer allows interaction after completing a game.
IMPORTANT: It is recommended to back up your config and lang files and then delete them. If you only want to apply the changes, check the wiki where the update is explained.
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:rlwkPEHp:PdQIfgLi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rlwkPEHp:PdQIfgLi"
}



