render elytra on armor stands

This commit is contained in:
DrPerkyLegit
2026-05-31 12:36:32 -04:00
parent 5857fab1f6
commit 78759b9f15
4 changed files with 49 additions and 1 deletions
-1
View File
@@ -8,7 +8,6 @@ ArmorStandModel::ArmorStandModel(float scale) : HumanoidModel(scale)
{
texWidth = 64;
texHeight = 64;
head = new ModelPart(this, 0, 0);
head->addBox(-1.0f, -7.0f, -1.0f, 2, 7, 2, scale);