
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.11.0+fabric
Compatibility
Required content
Changes
Fixed
- Looking up an item in the Item Drops category now shows the same thing on REI, JEI and EMI: just the "which Pokémon drop this" grid. JEI and EMI were also listing every individual species page that happens to drop the item. Species drop pages still show their drop icons, they just no longer register the item as a recipe result. (New
DISPLAYslot role — render an icon without making it a lookup key.) - JEI: the 2.10.0 centring pushed small recipes to the vertical middle of the category area (an evolution page floated near the bottom). Recipes are now centred horizontally but pinned to the top, and the blank background is rebuilt if the category grows after a server sync instead of going stale.
- EMI: clicking a move name opened the wrong view (recipes-of instead of uses-of), so it found nothing. Fixed.
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:tQgi93zR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qekxLrOP:tQgi93zR"
}
