All versions
3.1.0
Release
Cobblemon Gamble 3.1.02 weeks ago 390
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
CobbleGamble 3.1.0 โ Configurable Odds
You can now tune the payouts and house edge for every applicable game in config/gamblepokemon.json.
๐ฒ Configurable Odds
- Roulette โ set the payout for each bet tier:
rouletteStraightPayout(35),rouletteColumnDozenPayout(2),rouletteEvenMoneyPayout(1). - Blackjack โ set
blackjackNaturalPayout(1.5 = 3:2; use 1.2 for 6:5, 2 for 2:1) andblackjackWinPayout(1.0 = even money). - Crash โ
crashHouseEdge(default 0.03) controls how early it tends to bust. - Plinko โ
plinkoHouseEdge(default 0.03) re-scales every multiplier table automatically.
All values take effect on restart and are clamped to safe ranges.
๐ Less Firework Spam
- Plinko now only launches fireworks on big wins โ configurable via
plinkoFireworkMinMultiplier(default 10x), so rapid drops no longer spam the sky.
โน๏ธ Notes
- Coin Flip, Race, and Poker are player-vs-player (winner takes the pot), so they have no house-edge setting.
- Existing config files auto-upgrade with the new fields on first launch.
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:DI0ncpWy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u4fOOHc8:DI0ncpWy"
}

