From 537d4ba089f62ca21db5e071b187bc0f2a652faf Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 23 May 2022 01:46:53 -0500 Subject: Replace crafatar/mc-heads with h.matdoes.dev --- src/lib/minecraft/inventory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/minecraft/inventory.ts') diff --git a/src/lib/minecraft/inventory.ts b/src/lib/minecraft/inventory.ts index 227ed0c..27ef060 100644 --- a/src/lib/minecraft/inventory.ts +++ b/src/lib/minecraft/inventory.ts @@ -128,7 +128,7 @@ export function itemToUrl(item: Item, pack?: skyblockAssets.MatcherFile, headSiz noNullTexture: true }) if (textureUrl === null) { - textureUrl = `https://mc-heads.net/head/${item.headTexture}` + textureUrl = `https://h.matdoes.dev/3d/${item.headTexture}.png` if (headSize) textureUrl += `/${headSize}` } -- cgit