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

Update to 1.19 #4

Merged
merged 5 commits into from Jul 21, 2022
Merged

Update to 1.19 #4

merged 5 commits into from Jul 21, 2022

Conversation

bl4ckscor3
Copy link
Contributor

This is a straight-forward update to Minecraft 1.19. There were some changes to registries done from Forge's side due to changes in vanilla, so I've moved registration from events to deferred registers. While registration via an event
and using ObjectHolders is still possible, I feel like deferred registers are much easier to maintain. If you don't want this change, let me know and I'll revert to event registration.

Additionally, I added eclipse files to the .gitignore, and updated the Gradle wrapper to Gradle version 7.4.2.

Do note, that because there is no 1.19 branch on this repo, you'll need to create one and change the target branch of this PR before merging.

@bl4ckscor3
Copy link
Contributor Author

Updated the PR for the new changes in Forge 41.0.64. While these changes were not strictly necessary for the mod to work, it's still good to already adapt them now, because ItemBlockRenderTypes#setRenderLayer will be removed at some point.

@realmayus realmayus changed the base branch from 1.18 to 1.19 July 21, 2022 15:53
@realmayus realmayus merged commit 8167790 into realmayus:1.19 Jul 21, 2022
@realmayus
Copy link
Owner

Thank you! :)

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

2 participants