Cobblemon Info for REI / EMI / JEI

Adds a fully in-game, datapack-driven info panel for Cobblemon that shows exactly how Pokémon spawn and evolve, directly inside REI / EMI / JEI. No wikis. No outdated guides. Everything pulls live from the pack’s actual spawn + evolution data.

File Details

[NeoForge] v1.50.25

  • R
  • May 14, 2026
  • 1.20 MB
  • 3
  • 1.21.1+1
  • NeoForge

File Name

cobbledex-rei-emi-jei-neoforge-1.50.25.jar

Supported Versions

  • 1.21.1
  • 1.21

Curse Maven Snippet

NeoForge

implementation "curse.maven:cobbledex-rei-emi-jei-1458447:8086101"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Improved

  • Added a shared snapshot query cache so repeated CobbleDex index lookups reuse the same memoized species/form/evolution query object instead of rebuilding query state during viewer registration and browsing
  • Cached Pokemon search alias text and Pokemon browser tooltip lines by data version, reducing repeated work while scrolling or hovering large REI, JEI, and EMI Pokemon lists
  • Reduced duplicate PokemonItem resolution in REI, JEI, and EMI render/registration paths by using one cached item lookup instead of separate renderability and item fetch passes
  • Cached EMI recipe-tree input/output stacks per recipe and cached explicit recipe-handle measurements per page, smoothing repeated category sizing and recipe tree queries

Tests

  • Added regression coverage for snapshot query reuse and cached explicit recipe measurements