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

OMMC - 0.6 #41

Open
wants to merge 29 commits into
base: nyan-work/dev
Choose a base branch
from
Open

Commits on Jul 21, 2024

  1. Support MC 1.20.6 & 1.21

    SkyDynamic committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    27a432b View commit details
    Browse the repository at this point in the history
  2. dump to 0.6

    SkyDynamic committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    2cd4adc View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fix some problem

    SkyDynamic committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    91c0633 View commit details
    Browse the repository at this point in the history
  2. fix preprocess code

    SkyDynamic committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    12f9d09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ec8ce5 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    9951397 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Rewrite highlightWaypoint render logic

    Signed-off-by: Hendrix-Shen <[email protected]>
    Hendrix-Shen committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    111d065 View commit details
    Browse the repository at this point in the history
  2. Use gradle-all

    Signed-off-by: Hendrix-Shen <[email protected]>
    Hendrix-Shen committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3cce42d View commit details
    Browse the repository at this point in the history
  3. Update buildscripts

    Signed-off-by: Hendrix-Shen <[email protected]>
    Hendrix-Shen committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8be5c41 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Move ModMenuImpl

    Signed-off-by: Hendrix-Shen <[email protected]>
    Hendrix-Shen committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b5f15e2 View commit details
    Browse the repository at this point in the history
  2. Fix buildscripts

    Signed-off-by: Hendrix-Shen <[email protected]>
    Hendrix-Shen committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ae069f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Code style

    Signed-off-by: Hendrix-Shen <[email protected]>
    Hendrix-Shen committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    cc0c33f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Disable AccessWideners & interfaceInjection transitive

    Signed-off-by: Hendrix-Shen <[email protected]>
    Hendrix-Shen committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    9e6d80a View commit details
    Browse the repository at this point in the history
  2. MagicLib 0.8.593+

    Signed-off-by: Hendrix-Shen <[email protected]>
    Hendrix-Shen committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    280e59b View commit details
    Browse the repository at this point in the history
  3. Add missing InitializationHandler

    Signed-off-by: Hendrix-Shen <[email protected]>
    Hendrix-Shen committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    aa67a05 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    03bb794 View commit details
    Browse the repository at this point in the history
  2. fix incompatibility with lithium at client side.

    Lithium will invoke the getCollisionShape() before the client instant is initialized. This is a hacky fix, preventing the calls to Configs.
    wendavid552 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9bc5e62 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    340c84b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b278522 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a81cda View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    7850c3f View commit details
    Browse the repository at this point in the history
  2. fix sort data is null

    SkyDynamic committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    26017dc View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Gradle 8.10.2

    Signed-off-by: Hendrix-Shen <[email protected]>
    Hendrix-Shen committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    35f9424 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. MC 1.21 -> 1.12.1

    Signed-off-by: Hendrix-Shen <[email protected]>
    Hendrix-Shen committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    eef02b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Fix render issue with sodium

    Signed-off-by: Hendrix-Shen <[email protected]>
    Hendrix-Shen committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    17b552c View commit details
    Browse the repository at this point in the history
  2. Compat sodium 0.6

    Signed-off-by: Hendrix-Shen <[email protected]>
    Hendrix-Shen committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c4dc36d View commit details
    Browse the repository at this point in the history
  3. Use public ver of MagicLib

    Signed-off-by: Hendrix-Shen <[email protected]>
    Hendrix-Shen committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f96151b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Clean up

    Signed-off-by: Hendrix-Shen <[email protected]>
    Hendrix-Shen committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8deb42e View commit details
    Browse the repository at this point in the history
  2. Rewrite CI

    Signed-off-by: Hendrix-Shen <[email protected]>
    Hendrix-Shen committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c35a67a View commit details
    Browse the repository at this point in the history