Skip to content

Commit

Permalink
Merge pull request #365 from Exanthiax/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP authored Jul 24, 2024
2 parents a9a961f + d4a6bf1 commit f01e189
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 f01e189

Please sign in to comment.