Started by
DEPSEL0N
on
Topic category: Help with Minecraft modding (Java Edition)
I need to redo the procedure so that it works as follows: if the mob is inactive for a long time, it checks which block it is standing on, and if the block is correct, animation is performed, the mob is deleted, and a block (flower) appears in the place where the mob stood.
If there is a block for procedures to check that the entity is inactive? And also how to make sure that after a certain period of time, the entity is deleted? There is also a problem that the flower begins to appear where the essence passed. How to make only one flower appear?
Well, I got something working.