aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/SkullTileRenderer.h
diff options
context:
space:
mode:
authorLoki Rautio <lokirautio@gmail.com>2026-03-04 03:56:03 -0600
committerLoki Rautio <lokirautio@gmail.com>2026-03-04 03:56:03 -0600
commit42aec6dac53dffa6afe072560a7e1d4986112538 (patch)
tree0836426857391df1b6a83f6368a183f83ec9b104 /Minecraft.Client/SkullTileRenderer.h
parentc9d58eeac7c72f0b3038e084667b4d89a6249fce (diff)
parentef9b6fd500dfabd9463267b0dd9e29577eea8a2b (diff)
Merge branch 'main' into pr/win64-world-saves
# Conflicts: # Minecraft.Client/MinecraftServer.cpp # README.md
Diffstat (limited to 'Minecraft.Client/SkullTileRenderer.h')
-rw-r--r--Minecraft.Client/SkullTileRenderer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Minecraft.Client/SkullTileRenderer.h b/Minecraft.Client/SkullTileRenderer.h
index 09c83f9d..ea509b8b 100644
--- a/Minecraft.Client/SkullTileRenderer.h
+++ b/Minecraft.Client/SkullTileRenderer.h
@@ -10,6 +10,11 @@ public:
static SkullTileRenderer *instance;
private:
+ static ResourceLocation SKELETON_LOCATION;
+ static ResourceLocation WITHER_SKELETON_LOCATION;
+ static ResourceLocation ZOMBIE_LOCATION;
+ static ResourceLocation CREEPER_LOCATION;
+
// note: this head fits most mobs, just change texture
SkeletonHeadModel *skeletonModel;
SkeletonHeadModel *zombieModel;