We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76be55 commit df6e446Copy full SHA for df6e446
java/util/particle.mcdoc
@@ -44,8 +44,8 @@ type LegacyDustColor = #[color="particle"] [float] @ 3
44
/// b = Math.floor(color[2] * randomBetween(0.8, 1) * baseShade)
45
/// ```
46
type DustColor = (
47
- #[until="1.21.5"] LegacyDustColor |
48
- #[since="1.21.5"] RGB |
+ #[until="1.21.2"] LegacyDustColor |
+ #[since="1.21.2"] RGB |
49
)
50
51
dispatch minecraft:particle[dragon_breath] to struct DragonBreathParticle {
0 commit comments