-
Bug
-
Resolution: Awaiting Response
-
None
-
1.21.2 Hotfix
-
None
-
Unconfirmed
-
Windows
It returns undefined when calling something such as entity.getComponent("minecraft:equippable") on mobs other than the player when the documentation clearly states that "This component exists for all mob entities".
How to reproduce:
1. call .getComponent("minecraft:equippable") on any entity other than the player.
Expected result: It returns an EntityEquippable object.
Observed result: It returns undefined.