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

Conversation

BONNe
Copy link

@BONNe BONNe commented Dec 22, 2023

All these changes were made to allow TwitchSpawn to run on 1.20.2.

  • Update gradle version
  • Add settings.gradle as it is a 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 with the new Component#translatable
  • Add null-pointer check for sub-title text, as it cannot be null for packet sending.

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
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.

None yet

1 participant