#Particles in animation
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.
Block/Item models have no concept of animations, so which format are you talking about when mentioning animations?
I guess generic?
Is this gonna be used ingame with a plugin or with a mod?
-# and what's the plugin or mod?
If it's a plugin best you can do is run some existing /particle command during the animation (if the plugin even supports that).
For mods it depends on the mod.
Even with making mods the best way is still / particle with data driven functions lol
Plugin, model engine but yeah just Java Minecraft no mods
Then best you can do is the /particle commands. Not sure if ModelEngine directly supports Instruction keyframes 🤔
Unless it actually reads the particle keyframe as /particle command already 🤔
Never used ModelEngine, so can't unfortunately help you there more without needing to look up stuff myself.
I seeee
that’s all good
I was mostly just curious if custom particle effects added onto model animations were possible outside of bedrock
thank you!!
In general custom particles can't be made in Java (without mods), so best you can do is run whatever default particles there are in the animation (however that is done in the end)
alr
thank you very much that helps a lot
if possible do u think u could provide an example of the type of script id put into the instruction thing for the command, doesnt specifically have to be for model engine just a general thing
i know how to run it in game, i just mean putting it into blockbench unless its the same