All versions
2.1.0
Release
Cobblemon MiniGames 2.1.0yesterday 50
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Added
- Added new config keys:
recipes.arcadeCoinCraftingandrecipes.arcadeMachineCrafting. - Added Spanish regional translations for
es_mx,es_ar,es_uy,es_ve,es_cl, andes_ec.
Changed
- Improved Roulette table selection with mouse clicks, faster selection blinking, and remembered selections between rounds.
- Improved arcade end-state handling so finished games reset cleanly when closed or after game-over flows.
- Updated the Arcade Block texture with a new design.
Fixed
- Avoided early shop icon warnings when optional mod items are not loaded yet.
- Fixed several arcade flow edge cases around losing, winning, payouts, and closing screens.
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:UCnJaIHA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KVNtCTpr:UCnJaIHA"
}



