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

fabric: Support 1.19 #356

Merged
merged 9 commits into from
Jun 8, 2022
Merged

fabric: Support 1.19 #356

merged 9 commits into from
Jun 8, 2022

Conversation

zml2008
Copy link
Collaborator

@zml2008 zml2008 commented May 23, 2022

This drops support for older Minecraft versions.

The CommandRegistrationContext changes on the MC side are a bit awkward as well -- I tried to integrate them into Cloud's parsers without breaking any existing api, but the way the context is collected is quite fragile. It currently doesn't work to pass registry access along to client commands either.

@jpenilla any ideas on how to pass this along to various arguments better?

@zml2008 zml2008 added minecraft implementation Platform implementations labels May 23, 2022
@zml2008 zml2008 added this to the 1.7.0 milestone May 23, 2022
@jpenilla jpenilla force-pushed the feature/fabric-1.19 branch 2 times, most recently from a57a67e to b95b090 Compare May 27, 2022 18:26
@github-actions
Copy link

github-actions bot commented May 27, 2022

Unit Test Results

  48 files  ±0    48 suites  ±0   6s ⏱️ -3s
212 tests ±0  212 ✔️ ±0  0 💤 ±0  0 ±0 
213 runs  ±0  213 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit ee11e57. ± Comparison against base commit efe75cf.

♻️ This comment has been updated with latest results.

@zml2008
Copy link
Collaborator Author

zml2008 commented Jun 8, 2022

@jpenilla you probably need per-CommandManager keying on the build context supplier - otherwise you might run into issues with multiple mods using cloud at once

@jpenilla jpenilla force-pushed the feature/fabric-1.19 branch from 96790ab to ee11e57 Compare June 8, 2022 21:35
@jpenilla jpenilla merged commit d9d2119 into 1.7.0-dev Jun 8, 2022
@jpenilla jpenilla deleted the feature/fabric-1.19 branch June 8, 2022 21:42
jpenilla added a commit that referenced this pull request Jun 19, 2022
Co-authored-by: Jason Penilla <11360596+jpenilla@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
implementation Platform implementations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants