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