Skip to content

Commit fe1d5be

Browse files
fix: added arms to the armorstands in the museum
Took 3 minutes
1 parent 21711c7 commit fe1d5be

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

type.generic/src/main/java/net/swofty/types/generic/museum/display/ArmorMuseumDisplayHandler.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ public MuseumDisplayEntityInformation display(SkyBlockPlayer player, MuseumDispl
6464
PlayerHolograms.addExternalPlayerHologram(hologram);
6565

6666
itemEntity = new MuseumDisplayEntityImpl(EntityType.ARMOR_STAND, display, position, false);
67+
ArmorStandMeta armorStandMeta = (ArmorStandMeta) itemEntity.getEntityMeta();
68+
armorStandMeta.setHasArms(true);
6769

6870
if (helmet != null) {
6971
itemEntity.setEquipment(EquipmentSlot.HELMET, helmet.getItemStack());

0 commit comments

Comments
 (0)