aboutsummaryrefslogtreecommitdiff
path: root/src/lib/minecraft/heads
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/minecraft/heads')
-rw-r--r--src/lib/minecraft/heads/Head2d.svelte2
-rw-r--r--src/lib/minecraft/heads/Head3d.svelte2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/minecraft/heads/Head2d.svelte b/src/lib/minecraft/heads/Head2d.svelte
index 9d71551..258c2e9 100644
--- a/src/lib/minecraft/heads/Head2d.svelte
+++ b/src/lib/minecraft/heads/Head2d.svelte
@@ -7,7 +7,7 @@
loading="lazy"
class="head head2d"
class:player-head={isPartOfUsername}
- src="https://crafatar.com/avatars/{player.uuid}?size=8&overlay"
+ src="https://h.matdoes.dev/2d/{player.uuid}.png"
alt="{player.username}'s face"
/>
diff --git a/src/lib/minecraft/heads/Head3d.svelte b/src/lib/minecraft/heads/Head3d.svelte
index 3dd3234..dfb8a47 100644
--- a/src/lib/minecraft/heads/Head3d.svelte
+++ b/src/lib/minecraft/heads/Head3d.svelte
@@ -7,7 +7,7 @@
loading="lazy"
class="head head3d"
class:player-head={isPartOfUsername}
- src="https://www.mc-heads.net/head/{player.uuid}/128"
+ src="https://h.matdoes.dev/3d/{player.uuid}.png"
alt="{player.username}'s head"
/>