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.27

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

File Name

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

Supported Versions

  • 1.21.1
  • 1.21

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

Improved

  • Added a no-copy Pokemon render stack path so REI and JEI browser entries reuse cached Cobblemon item stacks during drawing instead of allocating a fresh copy every frame
  • Replaced EMI Pokemon browser entries and recipe slots with lightweight CobbleDex EMI stacks backed by cached render items, avoiding normal mutable ItemStack wrapping for every Pokemon entry
  • Cached Pokemon overview page projections per immutable data snapshot so first-open Pokemon info pages reuse prepared spawn, form, job, riding, and obtainment projection data
  • Stopped recipe slot metadata lookup from forcing full page layout construction for simple CobbleDex pages, reducing first-open hitches in REI, JEI, and EMI

Tests

  • Added coverage for cached page projection reuse and slot metadata lookup that does not build page layouts