aboutsummaryrefslogtreecommitdiff
path: root/src/lib/minecraft/inventory.ts
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-05-23 17:18:37 -0500
committermat <github@matdoes.dev>2022-05-23 17:18:37 -0500
commit62981dd3b864e9d4021b51ca7aaa9973c205f0bf (patch)
treecc3a720cf5cab43ed69b2af69cb0241ea1df0dc4 /src/lib/minecraft/inventory.ts
parent537d4ba089f62ca21db5e071b187bc0f2a652faf (diff)
downloadskyblock-stats-62981dd3b864e9d4021b51ca7aaa9973c205f0bf.tar.gz
skyblock-stats-62981dd3b864e9d4021b51ca7aaa9973c205f0bf.tar.bz2
skyblock-stats-62981dd3b864e9d4021b51ca7aaa9973c205f0bf.zip
Update h.matdoes.dev urls
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 27ef060..9599c35 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}.png`
+ textureUrl = `https://h.matdoes.dev/3d/${item.headTexture}`
if (headSize)
textureUrl += `/${headSize}`
}