NeRdTheNed / RetroWrapper

An attempt to implement community ideas and ease of use tweaks for RetroWrapper
MIT License
19 stars 3 forks source link

Updated skin parsing to use JSON #8

Closed araghon007 closed 3 years ago

araghon007 commented 3 years ago

Not sure if item positions changed or something since this class was last changed, but the UUID didn't get parsed properly (it just parsed the name, instead of the id) so uhh, fix fix. Also, it might be better to use gson instead of minimal-json, since gson library is already used by Minecraft.

NeRdTheNed commented 3 years ago

Wow, it's been a while since I last worked on RetroWrapper! I think you're probably right about something changing, I heard that there were some recent-ish changes to Mojang's APIs again :/ I really need to have a good look at my fork and re-do a bunch of things, as I started working on it when I was just getting back into Java (I was even still using Netbeans lmao, this was my first project using Eclipse). Anyways, this fix is working fine and is much appreciated! I'll upload a new release with it.