needoriginalname Posted November 2, 2016 Posted November 2, 2016 I am making a particle that will circle around the player where that is will constantly change color. However, I don't want the entire particle's color to change, only parts of it. Such as what happens to leather armor that allows you to change the color, but not the color of the entire textures. I figured out how to change a particles color by changing its particleRed, particleGreen, and particleBlue variables to the color I want, however it causes the part of the particle to also change. Quote
larsgerrits Posted November 2, 2016 Posted November 2, 2016 Haven't worked with particles in a while and not at my IDE, but can't you, just like with Item s have multiple layers and only color 1 of them? Quote Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
TheGreyGhost Posted November 2, 2016 Posted November 2, 2016 Hi You'll need to make a custom renderer for your particle that has two layers, like Lars says. There is a working example of a particle with a custom renderer here https://github.com/TheGreyGhost/MinecraftByExample/blob/master/src/main/java/minecraftbyexample/mbe50_particle/FlameParticle.java -TGG Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.