Tags
Creators
Details
All versions
9.7.0-release-neoforge
Release
Cobblemon: Mega Showdown 9.7.0-release-neoforgelast year 244
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Now files wont be copy pasted when u use /reloadshowdown cuz thats just annoying
- Fixed furfrou_upgrade texture
- Fixed arceus form change using z crystals not reverting
- Added new eternamax model by @wolfsegen
- Added fire,stone,water,teal tera forms for ogerpon
- Added darkrai cuz he the goat
- Added galarian darumaka and darmantan
- Added terapagos forms
- Added giritina, kyurem and wishiwashi effects
- Improved greninja effects
- LikosPendant Added
- RCT comp (now RCT npcs can use gimmiks as well)
- Used @blaziumhydro solgaleo, lunala, necrozma dusk/dawn models
- Added sfx/cries for a few mons
- Now you can add custom typecharts using datapacks
- Fixed breaking block below crystal breaks the crystal as well
- Fixed curios/trinkets hand rendering and swapped dynamax band hand and mega/z ring hand
- Added dormat crystal for terapagos
- Fixed random dynamaxing bug
- Major bug fixes
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:SszvX85I:K2HKV97g"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SszvX85I:K2HKV97g"
}

