Tags
Creators
Details
All versions
2.0.0
Release
Cobblemon Casino 2.0.02 months ago 1,346
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Cobblemon Casino 2.0.0
What's new
- New Cobblemon Casino identity, logo, mod id, and project branding.
- Updated for NeoForge
1.21.1. - French localization for the casino UI, blocks, items, commands, records, and creative tabs.
- Cleaner casino economy built around configurable chips.
- New and reworked chip denominations for casino play.
- Updated chip visuals, wallet visuals, and casino UI assets.
- New chip table exchange flow for converting casino currency.
- Improved slot machine and blackjack betting, withdrawing, and balance handling.
- Shared per-player casino balance across supported casino machines.
- Cleaner slot machine menus, lines, bet settings, and payout text.
- Improved blackjack interaction flow and table behavior.
- New casino records through the animated casino scoreboard block.
- Casino scoreboard can display record information and player stats in-world.
- Configurable casino villager trades and improved casino NPC behavior.
- Improved casino worker villager setup, outfits, professions, and trade safety.
- More server-side control over casino economy and NPC behavior through configs.
- New decorative casino chip blocks and chip stacks.
- New casino-themed crafting recipes.
- Crafting support for casino machines and gacha currencies.
- Improved gacha defaults and safer reward handling.
- Better default item, Pokemon, plushies, and event gachapon behavior.
- Gacha configs are safer by default and easier to adjust for server packs.
- Better optional CobbleDollars support for servers that want money-based integration.
- Better handling when optional integrations are not installed.
- Updated creative tabs so Cobblemon Casino items and blocks are grouped cleanly.
- Fixes for machine screens, menu opening, sync, and casino interactions.
- Documentation cleanup for the new maintained fork.
Important upgrade notes
- This is not a drop-in update for old Casino Rocket worlds or packs.
- The mod id changed from
casinorockettocobblemoncasino. - Old item, block, config, command, datapack, and resource-pack references using
casinorocketneed to be updated manually. - The old bill-based casino economy has been replaced by the chip-based system.
Credits
Cobblemon Casino is maintained by narrnouille and is based on the original Casino Rocket mod by AndresPR512.
Detailed implementation history is available on GitHub.
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:Ak1tMkcn:caGuGdpz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ak1tMkcn:caGuGdpz"
}



