#why is the material in my particle invalid?
1 messages · Page 1 of 1 (latest)
could it be that it doesnt take custom renders?
Particles need a separate file for particle materials. They can't take from entity.material
But you could rename entity.material to particle.material, or if there are more materials you're nownot showing us, make another file called particle.material and paste it in. Also, in the material part of the particle, you'd just say bar, not material.bar.
Entity.material?
Oh
Well, that's just the file name ig
Exactly, it has to be a different file for particles
Ohh, I thought names wouldn't matter 😅
Entity materials = entity.material
Particle materials = particle.material
👍
For the record, you could have two versions of the exact same file with different names and they’d still work for both, that’s what I do sometimes when I’m lazy XD
Oooooo
Nice
That's interesting, I'll try it immediately when I'm at home
Btw
Does my material let's the object be viewed through entities and blocks?
It should
@tight sundial
Alright send ur files again
Kk
it just has "bar"
it works with normal materials
non custom ones
Oh wait
My bad
The name has to be particles.material with an "s"
Forgot about that
it says "invalid material"
@tight sundial