
Cobblemon MiniGames
Bring a Game Corner arcade casino to Cobblemon! Play Gacha, Roulette, Slot Machine, Flappy Bird, Block Stacker, Snake, Derby & Voltorb Flip. Earn coins, hit jackpots, and redeem rare items & Pokémon. Fully configurable rewards, odds & shop.
3.0.2
Compatibility
Required content
Changes
Added
- Added the
usePokemonListoption to enable manual Pokemon pools for each Gacha machine. - Added weighted Pokemon list files under
config/cobblemonminigames/gachafor Basic, Great, Ultra and Master machines. - Added
/cobblemonminigames givecoins <quantity> <user>for server operators. - Added compact number formatting to shop prices and custom balance panels.
Changed
- Gacha automatic pools now only use species from Cobblemon's world spawn pool.
- Empty manual Gacha pools display a warning and do not charge the player.
- Coin Cases now hold up to 999,999,999 coins and support overflow across multiple cases.
- Shop prices now support up to 999,999,999,999 coins; entries above this limit are ignored.
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:KVNtCTpr:56gehxoN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KVNtCTpr:56gehxoN"
}


