Splodey Ant

Started by ILikeAlienDinosaurs on

Topic category: General discussion

Last seen on 18:12, 11. Apr 2024
Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Splodey Ant

I want to make an ant explode when it dies, any help?

Last seen on 07:32, 5. May 2024
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
make a standalone procedure,…
Mon, 09/11/2023 - 18:53

make a standalone procedure, make it execute on entity death, use a if procedure to check if the entity is (sub)type of your_mob then use explode at block like this:

https://imgur.com/a/Mzukcok here is an example