InventivetalentDev / CompactNPCLib

Library to create NPCs
MIT License
22 stars 9 forks source link

How to use the method: NPCPlayer.setSkinTexture(String value, String signature)? #44

Closed byxiaobai closed 5 years ago

byxiaobai commented 5 years ago

I can't understand the "value" and "signature" means

InventivetalentDev commented 5 years ago

You can get both from e.g. https://mineskin.org/

byxiaobai commented 5 years ago

However, the resolution of the image obtained from that website is too low.Is there a higher resolution method?

InventivetalentDev commented 5 years ago

No. The resolution is limited by Minecraft to 64x64 pixels at most.

byxiaobai commented 5 years ago

thanks!