Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade Potion Recipes Log Level #561

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

WaitingIdly
Copy link
Contributor

changes in this PR:

  • downgrade the potion log level that Extra Utilities 2 runs when finishing loading, which logs a line for every potion in the game, from info to debug. (default: true)

currently, it spams your log with every potion effect when starting the game.

Copy link

what-the-diff bot commented Oct 1, 2024

PR Summary

  • Update to 'README' file
    The 'README.md' file was updated to include instructions on how to reduce the verbosity of potion recipe logs.
  • New config option added
    A new configuration option has been introduced in the 'UTConfigMods.java' file. This option allows users to adjust the level of detail provided in potion recipe logs.
  • Modification in 'UTMixinLoader'
    The 'UTMixinLoader.java' file has been modified to initiate the handling of the newly introduced log reduction option for potion recipes.
  • New mixin class created
    A new class named 'UTBrewingEnergyRecipeMixin.java' was created to directly manage how potion recipe logs downgrade.
  • New mixin configuration file established
    A new configuration file, 'mixins.mods.extrautilities.potionlogging.json', was added to outline the behavior of the new potion logging downgrade mechanism.

@ACGaming ACGaming merged commit f9ad367 into ACGaming:main Oct 1, 2024
1 check passed
@WaitingIdly WaitingIdly deleted the potion-spam branch October 1, 2024 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants