I'm trying to make a tool that will allow you to open certain objects from a far distance and through blocks. I've been able to do it sort-of using activeItem.interact Code: activeItem.interact(`String` interactionType, `EntityId` sourceEntityId, `Json` config) But it doesn't seem to work with Container type objects, I can't seem to find an interaction type that works with them. Would there be an interaction type for containers out there or any way to open a container remotely?
If it was for objects with scripts, this might be more possible. In particular if the object had onInteraction() then maybe a scriptedEntity call. I wouldn't know any other method.