CC: Tweaked

CC: Tweaked

42M Downloads

Event documentation shadows API documentation in index

MCJack123 opened this issue ยท 2 comments

commented

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.

commented

This might be the actual cause to this bug then: SquidDev-CC/FAQBot-CC#25

commented

This is a problem with illuaminate. I guess you'd need to change the index.json file to support duplicate keys, if someone wants to work on that.