Use mojang uuid api

Use nickac skin render api
Update version to v1.2.0
This commit is contained in:
2024-04-30 16:26:43 +08:00
parent 0fcc1c0d54
commit 50656d011f
7 changed files with 68 additions and 35 deletions

View File

@@ -35,5 +35,5 @@ class MinecraftPlayer(username: String) {
/**
* 披风文件
*/
val cape get() = MinecraftSkinService.getCapes(uuid)
// val cape get() = MinecraftSkinService.getCapes(uuid)
}