reimplement aether stuff from personal repo

This commit is contained in:
Bonnie
2026-03-03 11:12:53 -06:00
parent 4d04f408d7
commit afb8090812
129 changed files with 4352 additions and 591 deletions

View File

@@ -20,7 +20,7 @@ public:
static unsigned int getNametagColour(int index);
private:
static const wstring MATERIAL_NAMES[5];
static const wstring MATERIAL_NAMES[7];
protected:
virtual int prepareArmor(shared_ptr<Mob> _player, int layer, float a);