How to make a throwable item that summons meteorites?

Started by HUHACZEK on

Topic category: Advanced modding

Last seen on 08:54, 2. Apr 2023
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a throwable item that summons meteorites?

Hello. I would like to make a throwable item that, after falling to the ground, a player, etc., at the fall in the range of 5 blocks, summons falling meteorides from the sky, causing damage and exploding. Do any of you know how to do something like that? I would be grateful if someone helped in this topic.

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
spawn falling blocks with…
Fri, 11/05/2021 - 17:47

spawn falling blocks with procedures and make it explode at the nearest block

Last seen on 14:30, 11. Feb 2024
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I did it in my mod :)
Fri, 11/05/2021 - 18:16

I did it in my mod :)

Last seen on 08:54, 2. Apr 2023
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Jose4T5Y Could you explain…
Fri, 11/05/2021 - 18:25

Jose4T5Y Could you explain me how to do it? I would be grateful.

Last seen on 08:54, 2. Apr 2023
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you explain to me…
Fri, 11/05/2021 - 19:07

Can you explain to me exactly what I have to do? what scripts should I do

Last seen on 14:30, 11. Feb 2024
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To launch a throwable object…
Fri, 11/05/2021 - 19:49

To launch a throwable object and generate an entity (meteor) use this procedure

Has to make an entity (meteor)

This would be the procedure

 

meteoro_lanzable_procedure

 

Last seen on 14:30, 11. Feb 2024
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This procedure places you on…
Fri, 11/05/2021 - 19:50

This procedure places you on the bullet that hits a block of the thrown object.

Last seen on 08:54, 2. Apr 2023
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok, thanks. I will test it…
Fri, 11/05/2021 - 21:21

Ok, thanks. I will test it tomorrow. 

Last seen on 08:54, 2. Apr 2023
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tried to do it but I don't…
Sat, 11/06/2021 - 11:15

I tried to do it but I don't know how to put Local: X into these boxes etc.

Last seen on 08:54, 2. Apr 2023
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I would like to do something…
Sat, 11/06/2021 - 11:32

I would like to do something like a short-range temporary meteor shower that quickly falls from the sky, causing damage and destroying the terrain. And iam doing mod for 1.12.2