All versions
3.2.0
Release
Cobblemon Gamble 3.2.03 weeks ago 956
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
CobbleGamble 3.2.0 โ Keno Update
๐ฑ New Game โ Keno
- A full Keno table (Stake/Rainbet style): pick 1-10 numbers on a 40-number grid, choose your Risk (Low/Medium/High), and 10 numbers are drawn.
- Numbers reveal one at a time with a rising chime โ your matches flash glowing green, misses show red, and a result popup shows your multiplier + payout.
- Picks turn bright purple, a live payout strip shows the multiplier for every hit count, plus Auto Pick and Clear.
- Fair 3% house edge (configurable), its own table + dealer, and full live spectating.
๐ ๏ธ Craftable Tables
- Every table is now craftable โ Roulette, Blackjack, Crash, Plinko, Coin Flip, Race, Poker (+ Poker Bench) and Keno each have a recipe (a signature item + green wool "felt" + planks).
๐ Crash Auto-Cashout
- New Auto button on the Crash graph โ set a target (1.5x โ 100x) and it cashes out automatically the moment the line hits it. Persists across rounds.
โ ๏ธ Smoother Blackjack
- Cards now deal in one at a time (player, dealer, player, dealer) with a little pop, instead of appearing all at once โ much easier to follow.
โ๏ธ Cleaner Config
config/gamblepokemon.jsonnow opens with a plain-language readme explaining every option, and no more ugly escaped characters. AddedmaxBetKenoandkenoHouseEdge.
๐ Polish
- Lots of new sounds across Keno (rising hit chimes, select pops, draw whoosh, win flourishes) and paced animations throughout.
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:u4fOOHc8:rC2bzg5e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u4fOOHc8:rC2bzg5e"
}

