
Cobblemon Info for REI / JEI / EMI
Cobblemon Info for REI turns REI, JEI, or EMI into a full in-game Cobblemon reference. Click a Pokemon and inspect its spawns, evolutions, drops, moves, stats, forms, fossils, obtainment methods, riding data, and more without leaving the game.
Tags
Creators
Details
2.0.3+neoforge
Compatibility
Required content
Changes
Fixed
- Fixed evolution chains double-counting base species evolutions: "Normal" form entries (which carry no aspects) are now skipped during form-level evolution loading, so base-species evolutions are only added once
- Fixed duplicate alternate-form entries when two eligible forms share the same aspect set; the shortest/cleanest name is kept and the rest are silently dropped (logged as cosmetic-skin duplicates)
- Added
SIGNIFICANT_ASPECT_MARKERSdetection so regional and mega forms flagged by aspect string (e.g.gmax,alolan) are correctly identified even when a mod overrides the form's flavor labels without changing the aspect - Fixed
feature=trueboolean evolution results (e.g.flaaffy rlm=true) being discarded as unrecognised properties; these are now parsed as aspects alongside existingaspect=Xhandling, restoring correct evolution chains for mods like Cobblemon RLM
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:qekxLrOP:ZsFsI5ie"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qekxLrOP:ZsFsI5ie"
}
