Find the event for a trigger
mc_eventTakes a plain-English description of a trigger and returns the corresponding event class name for Minecraft 1.8.9, NeoForge 1.21+, and Fabric 1.21+, including the NeoForge bus type.
Instructions
Given a plain-English description of a trigger ('player joins', 'tick', 'right click block'), returns the event class name in 1.8.9, NeoForge 1.21+, and Fabric 1.21+. Also tells you whether the event lives on the mod bus or game bus (NeoForge distinction).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trigger | Yes | Plain-English description of when the event fires |