-
Bug
-
Resolution: Incomplete
-
None
-
1.14.30 Hotfix
-
None
-
Unconfirmed
-
Windows
I am creating addons, and the documentation for entity components lists the "Minecraft:interact" component as a modable Json component and lists no restrictions in its use. However, when I apply the component to my entity it does nothing. There are no items I can use to interact, and no events that will trigger from my code.
I would really appreciate that if you guys know how this component is limited, that you fully document it, or document it in a way that makes it easier for developers to use it. It is a pretty critical type of component for building addons and it makes no sense why it wouldn't be easy to use in any situation.
you can recreate the issue by creating a custom entity, and adding some type of "Minecraft:interact" logic, and see that it does nothing in game.