#Remove Divan Powder Coating Particles

26 messages · Page 1 of 1 (latest)

thin grail
#

Apparently, when you have divan's powder coating on a full set of divan armor, you get these annoying particles that spawn around you at all times, like a rune that can't be removed. Removing them would be some nice qol.
(Yes, I know I can use Aaron's mod to turn the particles transparent or off, which I will be doing in the meantime, but the particles used (dust) are used in other places too, and I want only these ones off instead of all of them.)

nova saffron
#

this could be extended to remove all rune-type particles

#

where if you dont want to see a rune but dont want to remove it, the particles are hidden

plain swallow
#

they are very annoying when playing bow

stoic nexus
#

cosmetic stuff is fun when you are showing off, but not when you are actually playing

image here with that rune is my most idiotic skyblock decision

pine viper
#

that'd be nice to turn off cosmetic particles, I just made them 40% smaller. I had rainy day on my celestial goggles a long time ago, removed that crappy rune after a week of having it

thin grail
#

imo helmet and chestplate runes should only activate if you're afk for 10+ seconds

nova saffron
#

it would be nice to have server-side options for these too

#

could also help improve tps with a large amount of runes

#

although sending particle packets isnt particularly expensive

finite moss
nova saffron
#

packets like that are fire-and forget right

#

so they wouldnt need a response?

finite moss
#

yeah

nova saffron
#

its udp too right

#

or is mc tcp

#

i forget

#

cba to check

finite moss
#

Java is TCP and Bedrock is UDP

nova saffron
#

ok so it does have a response

finite moss
#

I suppose

#

although that’s handled by netty pretty sure which is multithreaded

nova saffron
#

but that wouldnt need to be handled by the game loop so its fine

finite moss
#

sort of