Ladysnake / Illuminations

Fireflies and other illuminations to make your world more enjoyable in darkness.
https://ladysnake.github.io/wiki/illuminations/
Other
135 stars 42 forks source link

[Feature Request] Hide Warning Popup #160

Open Parkanizor opened 1 year ago

Parkanizor commented 1 year ago

I'm aware that Illuminations is merging with Effective to become a Quilt modloader exclusive. Cool and fine with me, but can you please add a config option to hide the intrusive warning popup, or at least provide confirmation that this will be removed on the current Fabric version when the merge happens?

popup

MJRamon commented 1 year ago

I am not using Quilt and not planning to do so. This toast drives me crazy, and a config option is needed to disable this nonsense right-in-your face message. Thanks.

jeedrb commented 1 year ago

Can confirm that this is extremely annoying (the sound man) and not having the option to disable it is driving me up the wall. The current best solution is to not use this mod at all.

Edit: using Toast Manager to block all non-vanilla toasts works to make the game playable.

doctor4t commented 1 year ago

Disable the donator popup in the config.

Le mar. 29 nov. 2022, 17:56, jeedrb @.***> a écrit :

Can confirm that this is extremely annoying (the sound man) and not having the option to disable it is driving me up the wall. The current best solution is to not use this mod at all.

— Reply to this email directly, view it on GitHub https://github.com/Ladysnake/Illuminations/issues/160#issuecomment-1330960580, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGCL7DOMVR7NC633KUHU2ODWKYYTBANCNFSM6AAAAAARZY2KNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

yuri0r commented 1 year ago

donator config option does not influence the merge toast. atleast not on the latest fabric version 1.10.11

TheInfamousAlk commented 1 year ago

I also need this. Plus they disabled the latest version without the toast (1.10.9) on curseforge so I'd have to go back and lose a bugfix if I wanted to downgrade to before the toast.

TheInfamousAlk commented 1 year ago

If you use toast control (forge) or toast manager (fabric) you can add the toast class to the blocked_classes = [] line in toastmanager-client.toml to disable it. Example:

blocked_classes = ["ladysnake.illuminations.client.gui.EffectiveToast"]