File Details
[Fabric] v1.50.28
- R
- May 15, 2026
- 1.23 MB
- 5
- 1.21.1+1
- Fabric
File Name
cobbledex-rei-emi-jei-fabric-1.50.28.jar
Supported Versions
- 1.21.1
- 1.21
Curse Maven Snippet
Added
- Added a generated Pokemon sprite atlas system for REI, JEI, and EMI so Pokemon browser entries render shipped/generated 2D sprites before falling back to Cobblemon's model-backed fake items
- Added stable sprite keys based on render species plus sorted normalized aspects, so regional and alternate-form sprites can be cached independently from base species sprites
- Added
/cobbledex sprites buildto snapshot the current pack's surfaced Pokemon and forms intocobbledex-sprites/pokemon_atlas.png,pokemon_atlas.json, and individualsprites/*.pngfiles - Added
/cobbledex sprites reloadto reload the generated atlas without restarting the client
Improved
- Kept existing fake-item/model rendering as the final fallback when no generated 2D sprite exists, preserving rare/custom Pokemon display while moving the common browser path to cheap texture blits
Tests
- Added coverage for sprite key normalization, regional form key resolution, and explicit aspect slot keys