aboutsummaryrefslogtreecommitdiff
path: root/src/lib/minecraft/Item.svelte
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2022-07-01 05:23:05 +0000
committerGitHub <noreply@github.com>2022-07-01 05:23:05 +0000
commitdc95635f199e86072ad7fa7fc7a5d77457120715 (patch)
treef4ba38fbefdf43531006bdbee2aa50abec6c9a0a /src/lib/minecraft/Item.svelte
parent61c160b600026da4f9dcc43232281e397699f2f1 (diff)
parentf740562c791048393913fdf75b677fc49760c07c (diff)
downloadskyblock-stats-dc95635f199e86072ad7fa7fc7a5d77457120715.tar.gz
skyblock-stats-dc95635f199e86072ad7fa7fc7a5d77457120715.tar.bz2
skyblock-stats-dc95635f199e86072ad7fa7fc7a5d77457120715.zip
Merge pull request #4 from skyblockstats/faster-heads
Faster heads
Diffstat (limited to 'src/lib/minecraft/Item.svelte')
-rw-r--r--src/lib/minecraft/Item.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/minecraft/Item.svelte b/src/lib/minecraft/Item.svelte
index 42bc3ce..5abf5bc 100644
--- a/src/lib/minecraft/Item.svelte
+++ b/src/lib/minecraft/Item.svelte
@@ -57,7 +57,7 @@
loading="lazy"
src={imageUrl}
alt={removeFormattingCode(item.display.name)}
- class:item-custom-head={imageUrl.startsWith('https://mc-heads.net/head/')}
+ class:item-custom-head={imageUrl.startsWith('https://h.matdoes.dev/3d/')}
/>
{/if}
{#if item.count !== undefined && item.count !== 1}