Making Meteors 1.20.1 Minecraft (MCreator 2024.4)

Started by jy9146 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making Meteors 1.20.1 Minecraft (MCreator 2024.4)

Me and a couple of my friends are attempting to recreate the mod in the video, 100 Youtubers VS Natural Disasters (with permission from the original dev, Vini2003), using MCreator 2024.4, however we am having a problem with coding and putting in the meteors into the game from the original mod. We're just looking for anything since nothing online has told us anything and nothing we've tried is working. So please help in any way you can!

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have removed lava, still…
Sat, 03/29/2025 - 19:54

I have removed lava, still doesn't work. I don't know what the issue is (also I have no idea how to do it with commands).

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't know either, maybe…
Sat, 03/29/2025 - 22:09

I don't know either, maybe increase the chances. There should be a block to execute commands in the "world management" category, then just use /fill or /setblock (write the command without the "/" inside of the procedure).


 

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
For some reason that doesn't…
Sat, 03/29/2025 - 22:44

For some reason that doesn't work either

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also, I want to have it so…
Mon, 03/31/2025 - 22:03

Also, I want to have it so that when it lands the blocks are on fire, how would I do that? (When it starts working)

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I THINK I HAVE FOUND THE…
Mon, 03/31/2025 - 22:09

I THINK I HAVE FOUND THE PROBLEM!!!! It keeps picking random numbers multiple times in the code, which is confusing it I think. How do I have it so that it keeps the same random number in the first pick? (Here's the picture showing the problem) https://www.dropbox.com/scl/fi/4td5s1pjyr8ml6m9fg0e5/Screenshot-2025-03…

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm not sure if that's the…
Tue, 04/01/2025 - 12:38

I'm not sure if that's the problem, but if it is, you could first set a local number variable to the random number and then use this variable instead of the random numbers.