
particles around mobs and sounds!
Closed this issue · 1 comments
Describe your idea, include images if necessary
hello!^^ (coming from remorphed mod)
i wanted to ask, if it’s possible to add particles to some mobs, like blazes or endermen, and also their idle sounds. i wonder if i missed something and it’s already there, but i didn’t find it in mod’s settings.
absolutely love this mod and wish you the best day!
Hey! The sound is already there, but by default, the player doesn't hear themself. You can enable it by setting hearSelfAmbient
in the config/walkers.json5
to true
.
Custom particles are not supported since particles come with a lot of math, which is difficult to implement in a user-friendly format.
EDIT: Particles are a bit difficult to implement and I currently do not have the time for it... Maybe I'll include it in a later update