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

still fixing the configurate pr #5438

Merged
merged 2 commits into from
Jul 22, 2023
Merged

still fixing the configurate pr #5438

merged 2 commits into from
Jul 22, 2023

Commits on Jul 22, 2023

  1. Ensure user data deserialization exceptions include file name

    More than just a SerializationException can happen I guess
    JRoy committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    6aaf820 View commit details
    Browse the repository at this point in the history
  2. Fix invalid unlimited items preventing userdata to load

    Invalid material names would previously return a null value
    when deserializing. This raises an exception from within
    Configurate because they use an EnumSet internally during
    deserialization which doesn't support null elements.
    JRoy committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    5a68647 View commit details
    Browse the repository at this point in the history