aboutsummaryrefslogtreecommitdiff
path: root/src/lib/minecraft/inventory.ts
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-07-01 15:06:56 -0500
committermat <github@matdoes.dev>2022-07-01 15:06:56 -0500
commit0a1449c7ee3b53175b8a7a8886400d4da9c7364d (patch)
treebc150f10f40856f205f7f1cb58927703aba2f208 /src/lib/minecraft/inventory.ts
parent539f43809c0b108f54defd8396237f4feaca274e (diff)
downloadskyblock-stats-0a1449c7ee3b53175b8a7a8886400d4da9c7364d.tar.gz
skyblock-stats-0a1449c7ee3b53175b8a7a8886400d4da9c7364d.tar.bz2
skyblock-stats-0a1449c7ee3b53175b8a7a8886400d4da9c7364d.zip
Revert "Merge pull request #4 from skyblockstats/faster-heads"
This reverts commit dc95635f199e86072ad7fa7fc7a5d77457120715, reversing changes made to 61c160b600026da4f9dcc43232281e397699f2f1.
Diffstat (limited to 'src/lib/minecraft/inventory.ts')
-rw-r--r--src/lib/minecraft/inventory.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/minecraft/inventory.ts b/src/lib/minecraft/inventory.ts
index 9599c35..227ed0c 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://h.matdoes.dev/3d/${item.headTexture}`
+ textureUrl = `https://mc-heads.net/head/${item.headTexture}`
if (headSize)
textureUrl += `/${headSize}`
}