Skip to content

Releases: Rafacasari/cobbledex

v1.0.7

10 Jun 00:33
Compare
Choose a tag to compare
Added graalvm so GitHub can compile

v1.0.6

09 Jun 10:28
Compare
Choose a tag to compare
Added missing translations and some changes

v1.0.5

08 Jun 23:00
Compare
Choose a tag to compare
Bump version

v1.0.4

07 Jun 10:55
Compare
Choose a tag to compare
A bunch of changes (again)

- Entire re-work on the UI, looks more like a Pokédex now!
- Now Cobbledex long text should be compatible with hover events, useful to show tooltip texts in the future 👀
- Added a Mixin for the hover thing works better on Bold fonts
- Added PokemonEvolutionDisplay.selectPokemon, so we don't have to destroy and re-create the Display every time
- Refactor namespaces from rafacasari to com.rafacasari.mod

Release 1.0.3

05 Jun 23:08
Compare
Choose a tag to compare
Some changes

- Removed Architectury dependency
- Added version to fabric.mod.json
- Removed some unused imports, variables and functions
- Bump version to 1.0.3

Need to test the mod on dedicated servers, seems it's not showing pokémon evolutions properly

Release 1.0.2

05 Jun 09:27
Compare
Choose a tag to compare
A lot of changes

- Changed some things in many parts of the gradle project.
- Added "Where to find" section in Cobbledex
- Fixed a game crash (again... opss!)
- Starting to remove Architectury mod dependency by passing functions from Forge/Fabric to Common
- Added logInfo, logWarn, logError into our MiscUtils
- Also added BiomeUtils to the biome specific functions