-
Notifications
You must be signed in to change notification settings - Fork 247
Update Docs to 1.21.8 #347
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
Conversation
✅ Deploy Preview for nimble-elf-d9d491 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Add a note on 1.21.6's change to text rendering
101952f to
446e31d
Compare
|
Removed the Basic Rendering Concepts page from the navigator and 2 links that were pointing to it. The remaining rendering pages should be isolated enough to be on their own. Once someone helps out with the rendering changes, we can add them back. |
This comment was marked as resolved.
This comment was marked as resolved.
|
My two cents on |
|
Lets just merge this, any issues can be fixed in follow up PRs. Big thanks for this. |
* Port to 1.21.5 * update reference mod to 1.21.8, excluding 'rendering/basic-concepts' * remove unused reference, fix block entity renderer text * update docs * Add a note on 1.21.6's change to text rendering * add block models page link to data generation setup page * remove the rendering concepts page from the navigator, minor fixes * update version numbers * sync with upstream, fix game tests, checkstyle fixes * fix typo * fix spotless violations --------- Co-authored-by: modmuss50 <modmuss50@gmail.com> Co-authored-by: Cassian Godsted <cassian@godsted.com> Co-authored-by: Miroma <136986257+its-miroma@users.noreply.github.com> (cherry picked from commit 9886aab)
* Port to 1.21.5 * update reference mod to 1.21.8, excluding 'rendering/basic-concepts' * remove unused reference, fix block entity renderer text * update docs * Add a note on 1.21.6's change to text rendering * add block models page link to data generation setup page * remove the rendering concepts page from the navigator, minor fixes * update version numbers * sync with upstream, fix game tests, checkstyle fixes * fix typo * fix spotless violations --------- Co-authored-by: modmuss50 <modmuss50@gmail.com> Co-authored-by: Cassian Godsted <cassian@godsted.com> Co-authored-by: Miroma <136986257+its-miroma@users.noreply.github.com> (cherry picked from commit 9886aab)
* Port to 1.21.5 * update reference mod to 1.21.8, excluding 'rendering/basic-concepts' * remove unused reference, fix block entity renderer text * update docs * Add a note on 1.21.6's change to text rendering * add block models page link to data generation setup page * remove the rendering concepts page from the navigator, minor fixes * update version numbers * sync with upstream, fix game tests, checkstyle fixes * fix typo * fix spotless violations --------- Co-authored-by: modmuss50 <modmuss50@gmail.com> Co-authored-by: Cassian Godsted <cassian@godsted.com> Co-authored-by: Miroma <136986257+its-miroma@users.noreply.github.com> (cherry picked from commit 9886aab)
supersedes and closes #316
supersedes and closes #331
closes #344
Maintainer TODO:
colorarguments in text rendering methods #340 (thx @cassiancc)appendTooltipis now deprecated, should it be using components?"Original Comment
Changes
Reference Mod:
FabricDocsReferenceItemTagProvidernow extendsFabricTagProvider.ItemTagProvider, docs are updated to reflect this.HudRenderingEntrypointnow usesHudElementRegistry, docs are updated to reflect this.RenderingConceptsEntrypointcommented out. I couldn't figure this out.CounterBlockEntitynow overrideswriteDataandreadData, docs are updated to reflect this.FabricDocsReferenceCommandshas a new call tocast. Vanilla also does this.Docs:
WriteView/ReadViewchanges. Text adapted from the Fabric blog.FabricTagProvider.ItemTagProvider. The generic tag generation process is mentioned.REPAIRS_GUIDITE_ARMOR.REPAIRS_GUIDITE_ARMOR.HudElementRegistryand references totickDeltaare replaced withtickProgress.