Particle-Converter
Particle-Converter copied to clipboard
Doesn't work in 1.21
true it only works before 1.20.5
because now instead of particle minecraft:dust 1 1 1 1 ~ ~ ~0 0 0 0 0 1 force @a it's particle minecraft:dust{color:[1.0,1.0,1.0],scale:1} ~ ~ ~0 0 0 0 0 1 force @a
use mcstacker.net and with the color of dust and scale you want, then do ctrl + h in your editor and replace all dust particles with the ones you just made.
you can fix it using regex
particle minecraft:dust ([^\s]*) ([^\s]*) ([^\s]*) ([^\s]*)
then replace it with
particle minecraft:dust{color:[$1,$2,$3],scale:$4}
Hello! i have made a fork of this which fixes this exact issue: https://github.com/fzlz-java/Particle-Converter-1.21.1/tree/main hopefully this works check the commits if you want to know how i did it
build the project if you want the particle size capped to the actual limit (4)