Skip to content

Commit

Permalink
mark a mod as obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
WaitingIdly committed Apr 8, 2024
1 parent a874f9d commit c41b9b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public static List<String> obsoleteModsMessage()
if (Loader.isModLoaded("ikwid") && UTConfigTweaks.MISC.TOAST_CONTROL.utToastControlTutorialToggle) messages.add("I Know What I'm Doing");
if (Loader.isModLoaded("insomniac") && UTConfigTweaks.ENTITIES.SLEEPING.utDisableSleepingToggle) messages.add("Insomniac");
if (Loader.isModLoaded("inventoryspam") && UTConfigTweaks.MISC.PICKUP_NOTIFICATION.utPickupNotificationToggle) messages.add("Inventory Spam");
if (Loader.isModLoaded("keydescfix") && UTConfigTweaks.MISC.utPreventKeybindingEntryOverflow) messages.add("Keybind Description Fix");
if (Loader.isModLoaded("lanserverproperties") && UTConfigTweaks.MISC.utLANServerProperties) messages.add("LAN Server Properties");
if (Loader.isModLoaded("leafdecay") && UTConfigTweaks.BLOCKS.utLeafDecayToggle) messages.add("Leaf Decay Accelerator");
if (Loader.isModLoaded("letmedespawn") && UTConfigTweaks.ENTITIES.utMobDespawnToggle) messages.add("Let Me Despawn");
Expand Down

0 comments on commit c41b9b3

Please sign in to comment.