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

Upgrade to Forge 1.20.2 #68

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Dec 21, 2023

  1. Upgrade to Forge 1.20.2

    All these changes were made to allow TwitchSpawn to run on 1.20.2.
    
    - Update gradle version
    - add settings.gradle as it is new standard for projects
    - add sound event registry and augment type registry
    - rework item parsing, as it is changed
    - rework network manager and usage to apply 1.20 changes
    - switch from performCommand to performPrefixedCommand
    - fix some gui rendering to reflect 1.20 changes
    - Replace TranslatableComponent to the new Component#translatable
    BONNe committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    76cf5c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

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