#how do make glowing effects in IntelliJ Idea
11 messages · Page 1 of 1 (latest)
That really just depends on what you want to glow. If its an entity can reuse glowing effect that spectral arrows apply
like enderman eyes
I may be very wrong but i remember a while ago I was chatting to someone who wanted to add emissions to an entity, they used FeatureRenderer to render the emissions layer, this should be able to give a glow effect.
But once again this is something I heard through word of mouth quite a while ago, so could be changed in new version, or he could have been wrong.
But it's a starting point for you to have a look into whilst you maybe wait for someone with more experience on entities to respond
?
Who
The class FeatureRenderer has a subclass for for eyes and then Endermen eyes, I'll leave a link to the yarn docs.
I would recommend if you don't have experience with fabric to look at some tutorials and learn the basics first.
declaration: package: net.minecraft.client.render.entity.feature, class: EndermanEyesFeatureRenderer
is that a mojang mapping?
Yarn for 1.21. You can find what it is for other mappings if you have a little Google