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

1.19.3 Support #40

Merged
merged 8 commits into from
Jan 3, 2023
Merged

1.19.3 Support #40

merged 8 commits into from
Jan 3, 2023

Conversation

thejudge156
Copy link
Contributor

@thejudge156 thejudge156 commented Jan 3, 2023

What works:
Everything Fabric
DataGen
Almost everything Forge

What doesn't work:
Forge creative tab, debugging still.

I did not bump some deps that were not updated yet, but I set all deps as modCompileOnly so that the mod could be compiled

Copy link
Member

@50ap5ud5 50ap5ud5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for this. This is looking great. I've tested this locally, looks like most things are working well.

There are just some things to change relating to imports.

I'm looking into the Creative Tab issue in Forge too.

Don't worry too much about the dependencies for now, some of the optional ones such as Structure Expansion are mostly there to save us some time when testing things in the development environment.

@thejudge156 thejudge156 requested a review from 50ap5ud5 January 3, 2023 09:05
Copy link
Member

@50ap5ud5 50ap5ud5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks alot for making the changes, good job on fixing the Creative Tab issue on Forge!

@Suff99 There are some changes that relate to registries, this seems to be more of your area, any thoughts on them?

Comment on lines 26 to 28
public static final ArrayList<Item> CREATIVE_ITEMS = new ArrayList<>();
// Forge can't use registry suppliers during startup
public static final ArrayList<RegistrySupplier<?>> FORGE_CREATIVE_ITEMS = new ArrayList<>();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This workaround looks a bit messy, but not sure if this is affected by a possible limitation of RegistrySupplier. @Suff99 any thoughts on this?

@50ap5ud5 50ap5ud5 requested a review from Jeryn99 January 3, 2023 10:57
Copy link
Collaborator

@Jeryn99 Jeryn99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need some additional documentation on why Forge uses it's own creative list

@Jeryn99 Jeryn99 changed the base branch from master to minecraft/1.19.3 January 3, 2023 13:06
@Jeryn99 Jeryn99 merged commit b62cc5a into WhoCraft:minecraft/1.19.3 Jan 3, 2023
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.

3 participants