Skip to content

Commit

Permalink
Update ParticleFactoryRGB.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Exanthiax committed Jul 24, 2024
1 parent a9a961f commit d4a6bf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object ParticleFactoryRGB : ParticleFactory {
if (Prerequisite.HAS_1_20_5.isMet) {
Particle.valueOf("DUST")
} else {
Particle.valueOf("REDSTONE_DUST")
Particle.valueOf("REDSTONE")
}
}.getOrNull()

Expand Down

0 comments on commit d4a6bf1

Please sign in to comment.