Scripting "minecraft:equippable" component does not exist for all mob entities.
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.
2024-07-09, 07:14 PM
2024-12-12, 02:36 PM
2024-12-12, 02:36 PM
0
3
-