Event documentation shadows API documentation in index
MCJack123 opened this issue ยท 2 comments
There are some names that exist both as events and APIs, including peripheral
, redstone
, and disk
. This is causing a collision in the index at https://tweaked.cc/index.json, and the events are being prioritized. A consequence of this is that the FAQ bot for the CC Discord no longer works with the aforementioned APIs. My suggestion is to add (event)
after each event in the index to disambiguate the events and APIs with the same names, as it's more likely someone's looking up the API instead of the event.
This might be the actual cause to this bug then: SquidDev-CC/FAQBot-CC#25