babybluetit / Xaeros-Minimap-Modded-Support

Adds icons to Xaero's Minimap for a range of modded mobs.
MIT License
16 stars 6 forks source link

[Mod Support Request] - Pixelmon #68

Closed kaymarierose closed 2 years ago

kaymarierose commented 2 years ago
One-Nub commented 2 years ago

Also interested in this, it seems rather complex because all pokemon entities in-game are displayed as pixelmon:pixelmon, and they use their own rendering engine so sprites would have to be made/compiled manually (which could be simplified by using something like https://github.com/msikma/pokesprite to source the sprites from).

thexaero commented 2 years ago

@One-Nub Even if all pokemon share the same ID, the variants might already be supported by default if the entity renderer returns a unique texture for each one. The number of pokemon is still huge though.

babybluetit commented 2 years ago

Fortunately the renderer does indeed return a unique variant-ID for each pokemon. Still a lot of pokemon to support, but I'm working on it!

babybluetit commented 2 years ago

I have decided to release support for this as a separate resource pack, as it would double the size of this one otherwise! You can find the repository here. I will provide a link to the curseforge page and close this issue once the project has been approved.

thexaero commented 2 years ago

@babybluetit That's awesome!

kaymarierose commented 2 years ago

@babybluetit You're awesome, thank you!

babybluetit commented 2 years ago

Thank you both for your kind words! The pack has now been approved, you can download it from here.