Procedure - replacing the mob with a block

Started by DEPSEL0N on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedure - replacing the mob with a block

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.

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If there is a block for…
Sun, 11/24/2024 - 08:29

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?

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well, I got something…
Sat, 11/30/2024 - 04:04

Well, I got something working.