1.1.0 is finally out!
Added Collection GUI!
Added Pokedex Caught Rewards! - Totally configurable on config/rewards.json
in your modpack/server! (it's server sided, so only the host need to change!)
Added/updated translations for es_es, es_mx and fr_fr!
Added missing translations
Added more options for server/mod-packs creators choose a gameplay style (disabling or enabling certain parts of the dex and adding requirements to see something)
Commands are now server-side (and can use permissions: cobblemon.commands.cobbledex.config
, cobblemon.commands.cobbledex.show
, cobblemon.commands.cobbledex.collection
)
Updated Cobbledex Item Tooltip
Hopefully fixed wrong model/icon on some modpacks
Crafting recipe should now appear on JEI
Added new icons for evolution requirements
Fixed wrong evolutions when a certain form is needed
A lot of bug fixes, code-cleanup and code optimizations
And probably more things that I forgot to register 😅
This is a pre-release, just for further tests on servers. Official 1.1.0 will be released soon.
Added Collection GUI!
Added new icons for evolution requirements
Added missing translations
Added new item tooltip for Cobbledex Item
Added server-side commands (with permissions:
cobblemon.commands.cobbledex.config
, cobblemon.commands.cobbledex.show
, cobblemon.commands.cobbledex.collection
)
Added more options for server/mod-packs creators choose a gameplay style (disabling or enabling certain parts of the dex and adding requirements to see something)
Fixed wrong evolutions when a certain form is needed
Removed client commands
A lot of bug fixes and general code optimizations
- Initial addition of Server Settings: Disabled features will return an empty list to client
- Added IconEntry, now some Evolution conditions have a icon (more icons coming soon)
- Fixed forms not having right type and other info
- Fixed possible network spam
- Fixed trade evolutions not working/having wrong text
- Removed useless form list from server packet, since client is able to see it locally
- Fixed and changed some other things
- Added How to Evolve
- Added pokémon drops!
- Fixed pokémon not rendering with aspects on previews
- New item texture! Thanks to prisontoys_
- New 3d model for Cobbledex! Thanks to Alro and prisontoys!
- Where to Find biomes should be more accurate
- Some UI changes
- Now you can see pre-evolutions and other forms!
- Fixed some other minor bugs
- Implemented discover count (need to be updated on both client and server!)
- Added some more conditions in the "Where to find" hover text
- Fixed bug where entering full-screen would add a bunch of "Where to find"
- Updated Kotlin for Forge to 4.10.0 and Kotlin to 1.9.22 (no expected user-facing changes)