-
Bug
-
Resolution: Unresolved
-
None
-
1.21.60.21 Preview, 1.21.30.22 Preview, 1.21.20, 1.21.50.29 Preview, 1.21.44 Hotfix
-
None
-
Community Consensus
-
Multiple
sense tameable component get removed on tame, that leave us with no way to access tamedToPlayerId and tamedToPlayerId and isTamed. and all the other EntityTameableComponent properties.
code used to test:
world.afterEvents.playerInteractWithEntity.subscribe((event) => { const { player, target } = event; const t = target.getComponent("tameable"). console.warn(t); })