1.1.0
Compatibility
Required content
Changes
Just Enough Cobblemon
Just Enough Cobblemon is a lightweight utility addon for Cobblemon. It provides seamless integration with Just Enough Items (JEI) / EMI to help players discover Pokémon loot, and adds a dedicated Spawn tab directly inside the Pokédex. Server installation is optional, but required if you want to access spawn data on a multiplayer server.
✨ Features
- Loot Tables: View all possible item drops for every Pokémon species directly in JEI / EMI.
- Drop Rates: Displays the exact percentage chance for each item to drop.
- Pokédex Spawn Tab: A new tab inside the Pokédex shows detailed spawn information for each Pokémon — including bucket, weight, level range, biomes, structures, Y range, light levels, time of day, moon phase, weather conditions, and more.
- Form Support: Spawn entries distinguish between different forms (e.g. Galarian, Hisuian) when applicable.
- Available after first encounter: Spawn locations are available once you have encountered the Pokémon.
- Universal Support: Works on both Fabric and NeoForge.
- Multi-language Support: Fully translated in English, French, German, Spanish, Portuguese (BR), Chinese (Simplified) and Japanese.
🛠 How to use
JEI / EMI
- Open your JEI / EMI item list.
- Search for a Pokémon-related item or a specific Pokémon "spawn egg/icon" (if available).
- Press 'R' (Recipe) on an item to see which Pokémon drops it, or 'U' (Usage) on a Pokémon to see its full loot table.
Pokédex Spawn Tab
- Open your Pokédex and select any Pokémon you have encountered.
- Click the new Spawn tab (location icon) at the bottom of the info panel.
- Use the arrow buttons to browse through each spawn entry.
- Each entry shows all available spawn conditions for that location.
📦 Dependencies
To function correctly, this mod requires:
- Cobblemon 1.7.1+
- JEI (Just Enough Items) / EMI
- Architectury API
📜 Credits & License
- Developer: Darcosse
- Compatibility: Designed for Minecraft 1.21.1 and Cobblemon 1.7.1+
- License: MIT License — Feel free to include this in your modpacks!
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:8ZP0JLoK:zQywOEBD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8ZP0JLoK:zQywOEBD"
}

