Posted September 5, 20214 yr Hello. I added my own particle to the game, but it got a brown tint (see pictures). The particle in question is a simple BasicParticleType, which gets spawned via ParticleManager particles = Minecraft.getInstance().particles; particles.addParticle(particle, entity.getPosX(), entity.getPosY() + entity.getEyeHeight(), entity.getPosZ(), vx, vy, vz); (this is all definitely happening on the client side). So far everything looks hopefully correct, but why does my particle end up with this brown color even though the actual texture is gray only? Edited September 5, 20214 yr by Tavi007
September 6, 20214 yr Author Registriation: https://github.com/Tavi007/ElementalCombat/blob/master/src/main/java/Tavi007/ElementalCombat/init/ParticleList.java I use the BasicParticleType from vanilla Minecraft.
September 6, 20214 yr Author Thanks. I will look into it. Do all particle with BasicParticleType have this brown tint? This is kinda unexpected...
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.