nodecraft / crafthead

Super scalable Minecraft avatar generation, built on Cloudflare Workers
https://crafthead.net
MIT License
82 stars 7 forks source link

fix: use PlayerDB to get skins #83

Closed mja00 closed 7 months ago

mja00 commented 7 months ago

This swaps from using Mojang's API directly to using PlayerDB to pull the skins. This'll resolve any issues with Mojang 403 or rate limiting.

Closes #82 #68