Skip to content

Commit

Permalink
Add NoMoreGlowingPots compat handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ACGaming committed Feb 8, 2025
1 parent 70dbe22 commit b2145fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public class UTObsoleteModsHandler
put("noadvancements", () -> UTConfigTweaks.MISC.utDisableAdvancementsToggle);
put("nobounce", () -> UTConfigMods.THAUMCRAFT.utTCStableThaumometerToggle);
put("nodoze", () -> UTConfigTweaks.ENTITIES.SLEEPING.utDisableSleepingToggle);
put("nomoreglowingpots", () -> UTConfigTweaks.MISC.utDisablePotionGlint);
put("nonvflash", () -> UTConfigTweaks.MISC.utNightVisionFlashToggle);
put("nopotionshift", () -> UTConfigTweaks.MISC.utPotionShiftToggle);
put("noprecipebook", () -> UTConfigTweaks.MISC.utRecipeBookToggle);
Expand Down

0 comments on commit b2145fd

Please sign in to comment.