#how can i animate a block into rotating animation
6 messages · Page 1 of 1 (latest)
It looks like you have applied tags to this post that conflict. Please only apply the tags that are relevant to your post. We can only help you if we know the context of your question, and applying incorrect tags makes this confusing.
You can refer to #1029468016594911232 for a description of what each tag is for!
Please make sure to read #1029468016594911232 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
How do u do it?
Shadow the block with an entity.
Look at how the end crystal works for animation. Create a custom block, and add on on_place event that spawns an end crystal in the same location. Lots of other things to do like linking block push, destroy, etc events, but that’s basically it