Update HumanoidMobRenderer.h

This commit is contained in:
DeadVoxelx
2026-04-30 12:08:08 -04:00
committed by GitHub
parent 2a330940ea
commit 47d5ab269c

View File

@@ -8,7 +8,7 @@ class ArmorItem;
class HumanoidMobRenderer : public MobRenderer
{
private:
static const wstring MATERIAL_NAMES[6];
static const wstring MATERIAL_NAMES[7];
static std::map<wstring, ResourceLocation> ARMOR_LOCATION_CACHE;
protected: