You've already forked AstralRinth
forked from didirus/AstralRinth
Fix normalized skins uploading to Mojang (#4646)
* Fix normalized skins uploading to Mojang * Run app-frontend > fix
This commit is contained in:
@@ -22,6 +22,11 @@ export interface Skin {
|
||||
is_equipped: boolean
|
||||
}
|
||||
|
||||
export interface SkinTextureUrl {
|
||||
original: string
|
||||
normalized: string
|
||||
}
|
||||
|
||||
export const DEFAULT_MODEL_SORTING = ['Steve', 'Alex'] as string[]
|
||||
|
||||
export const DEFAULT_MODELS: Record<string, SkinModel> = {
|
||||
|
||||
Reference in New Issue
Block a user