#java particles
22 messages · Page 1 of 1 (latest)
Please make sure to read #1029373817119838218 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
can't you create custom particles for java??
not for a normal resource pack
best you can do is an animated texture on an item model or retexturing existing particles to fake new particles
Maybe if I make a model that looks like the particles it would work, right?
Is there any way to make a cube of a java model always look towards the player?
if you display them with an item_display entity and set the billboard nbt tag to "center", yes
Is that configured in blockbench or in the entity code?
nbt is entity specific
has nothing to do with the model itself
Okay, I understand.
If my particle model has multiple models so that it is multiple particles in a single model, would that affect anything?
?
yes my bad
i mean something like this
multiple particles
that i need to be showed at the same emitter
does it affect this?
the amount of elements in your model won't affect anything besides performance
nice