Folleach / DonationAlerts-Minecraft

A modification that allows you to receive events from DonationAlerts
MIT License
11 stars 4 forks source link

New handlers #6

Open ItzSkyReed opened 1 year ago

ItzSkyReed commented 1 year ago

There are some ideas that I've got.

  1. Handlers to change game settings
  2. Maybe handlers to use mouse/keyboard?
ItzSkyReed commented 1 year ago

Maybe one more funny thing is shaders from "super secret settings"

Folleach commented 1 year ago

Thanks for this suggestions!

But I am afraid that a lot of different handlers can cause troubles in the future. That is, when the mod will work simultaneously on many loaders.
Because now every handler depends on a specific loader and is implemented several times.
For example: MessageHandler in fabric_1.20

I'll think about the possibility to implement more handlers in the current modification, when modification will works on at least fabric and forge together

Folleach commented 1 year ago

I mean it's difficult to maintain a lot of code for a specific loaders