Tags
Creators
Details
Licensed MIT
Published last year
Updated 6 months ago
All versions
1.4
Release
Cobblemon Alpha Project 1.46 months ago 3,509
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Bug Fixes
- Fixed an issue that could cause the game to crash if an alpha that didn't exist attempted to spawn #5
New Configs
- Added a config option to turn off the spawn message #4
- Added a config option to do a global spawn or a per player spawn attempt
- Added a config option to change the boost extra player players give to the spawn chance
- Added a config option to determine whether an Alpha should keep it's eyes after being caught
New Features
- Alpha pokemon now spawn with a random tutor move #3
- Added alpha eyes for gen1 and gen2 pokemon
- Added a glowing tracer effect to alpha eyes
- Added the Alpha mark to "former alpha pokemon"
- The "wild might" message is now displayed in the battle chat
- Mega Showdown Support
Refactors
- Reworked the README
Removals
- Removed wild might particles
- Removed wild might sound effect
- Removed alpha particles
- Removed super alpha particles
Optional dependencies
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:QnWyhFGf:i1od8koa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QnWyhFGf:i1od8koa"
}




