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

Testpr #2

Closed
wants to merge 17 commits into from
Closed

Testpr #2

wants to merge 17 commits into from

Commits on Dec 25, 2023

  1. Add some actions

    Matyrobbrt committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    4280d7c View commit details
    Browse the repository at this point in the history
  2. Create test

    Matyrobbrt committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    0e0ce05 View commit details
    Browse the repository at this point in the history
  3. uPDATE

    Matyrobbrt committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    4611c40 View commit details
    Browse the repository at this point in the history
  4. Update

    Matyrobbrt committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    7975c22 View commit details
    Browse the repository at this point in the history
  5. Update

    Matyrobbrt committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    7f16586 View commit details
    Browse the repository at this point in the history
  6. Update

    Matyrobbrt committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    f808d6f View commit details
    Browse the repository at this point in the history
  7. Update en_us.json

    Matyrobbrt committed Dec 25, 2023
    1 Configuration menu
    Copy the full SHA
    ab41052 View commit details
    Browse the repository at this point in the history
  8. [1.20.4] Reimplement ID offset on modded EntityDataSerializers (neofo…

    …rged#425)
    
    This reimplements the ID offset previously applied to modded
    `EntityDataSerializer`s which was lost during the registry rework.
    
    Previously this was achieved by setting a minimum ID on the registry.
    Due to the modified vanilla registries not supporting that, the IDs of
    modded serializers now also start at 0 which leads to the client using
    the vanilla serializer corresponding to the ID of the modded one and
    potentially blowing up while deserializing the data item, i.e. by
    reading past the buffer's length.
    XFactHD committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    8998c21 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Bump CoreMods version. (neoforged#426)

    Update CoreMods version to 6.0.4 which uses the new SPI artifact.
    This fixes the duplicate SPI dependencies which caused a
    `NoClassDefFoundError` in certain situations.
    PlatinPython committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    4e5aa14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97e83fa View commit details
    Browse the repository at this point in the history
  3. Update publish-prs.yml

    Matyrobbrt committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    6080bc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    485c6e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4da47c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c105858 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ae85c9 View commit details
    Browse the repository at this point in the history
  8. Update test

    Matyrobbrt committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    b6197d3 View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    006ab62 View commit details
    Browse the repository at this point in the history