Skip to content

Commit df6e446

Browse files
committed
🐛 Fix dust particle color format in 1.21.2~1.21.4
1 parent c76be55 commit df6e446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/util/particle.mcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ type LegacyDustColor = #[color="particle"] [float] @ 3
4444
/// b = Math.floor(color[2] * randomBetween(0.8, 1) * baseShade)
4545
/// ```
4646
type DustColor = (
47-
#[until="1.21.5"] LegacyDustColor |
48-
#[since="1.21.5"] RGB |
47+
#[until="1.21.2"] LegacyDustColor |
48+
#[since="1.21.2"] RGB |
4949
)
5050

5151
dispatch minecraft:particle[dragon_breath] to struct DragonBreathParticle {

0 commit comments

Comments
 (0)