feat(paper): 26.2 Particles#763
Open
Privatech38 wants to merge 7 commits into
Open
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
97281e6 to
a43dccb
Compare
5c0390f to
5ef12fb
Compare
Strokkur424
requested changes
Jul 6, 2026
| There are four geyser particles: `GEYSER_BASE`, `GEYSER_POOF`, `GEYSER_PLUME` and `GEYSER`. | ||
|
|
||
| ### Base and poof | ||
| `GEYSER_BASE` and `GEYSER_POOF` particles function identically, differing only in appearance.They use |
Member
There was a problem hiding this comment.
Suggested change
| `GEYSER_BASE` and `GEYSER_POOF` particles function identically, differing only in appearance.They use | |
| `GEYSER_BASE` and `GEYSER_POOF` particles function identically, differing only in appearance. They use |
| ``` | ||
|
|
||
| :::note | ||
| Starting values of `xd` and `zd` are in the range [-0.1, 0.1], while `yd` is in the range [0.0, 0.2]. |
Member
There was a problem hiding this comment.
Suggested change
| Starting values of `xd` and `zd` are in the range [-0.1, 0.1], while `yd` is in the range [0.0, 0.2]. | |
| Starting values of `xd` and `zd` are in the range `[-0.1, 0.1]`, while `yd` is in the range `[0.0, 0.2]`. |
You put the other number ranges into code blocks too, so I'd repeat it here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds documentation for the particles added in 26.2 update. All particles are related to the new geyser feature.
Starting off as a draft, because the particle names aren't confirmed and missing Javadoc links for options and whatnot.