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:
Also one question, is there…
Tue, 04/08/2025 - 19:08

Also one question, is there any way to multiply the size of it, or would I have to make a new structure that is just way bigger then the original meteor?

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
As far as I know, you would…
Tue, 04/08/2025 - 19:46

As far as I know, you would need to make a new structure.

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok then.
Tue, 04/08/2025 - 21:15

Ok then.

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
OMG IT WORKS!!!!!!! I…
Tue, 04/08/2025 - 22:28

OMG IT WORKS!!!!!!! I replaced r with Random 0-1 and it worked! I guess it was just the shape that was causing the error earlier, because it seems to be working now!

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just one thing, how do I…
Tue, 04/08/2025 - 22:35

Just one thing, how do I make the obsidian less prevalent and lava more?

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok, so I made a way bigger…
Wed, 04/09/2025 - 04:53

Ok, so I made a way bigger meteor, however for some reason when it lands it leaves a bunch of entities on top that look like blocks which is really odd.

Here's the procedure (it's a bit big for a picture): https://www.dropbox.com/scl/fi/7u3k6xk7u86l63zj2g0sy/Untitled.ptpl?rlke…

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Or it drops the meteor…
Wed, 04/09/2025 - 05:02

Or it drops the meteor multiple times? I'm not sure it might be the game just acting crazy because it's so big. It seems to just do random things whenever it wants

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok now it just deletes the…
Wed, 04/09/2025 - 05:05

Ok now it just deletes the first layer of wherever a entity (other then the player) steps. Again I have no idea why it's doing this

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
However after I die…
Wed, 04/09/2025 - 05:08

However after I die specifically, the game seems to fix itself and it's normal now?

Idk if this is a MCreator thing or if it's my mod, but it certainly is acting odd.

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sounds like ghost blocks,…
Wed, 04/09/2025 - 12:30

Sounds like ghost blocks, this is just some weird mcreator thing. Updating all the blocks it places could fix it, but I'm not sure.

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok so I exported it seems…
Wed, 04/09/2025 - 15:12

Ok so I exported it seems that ghost blocks keep appearing in Curseforge as well. Is there any way to fix this?

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I really don't know if there…
Wed, 04/09/2025 - 19:24

I really don't know if there is. I also have a issue with my meteorites, where they sometimes spawn extra ghost blocks, that shouldn't be there.

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey so I managed to fix the…
Fri, 04/11/2025 - 01:38

Hey so I managed to fix the ghost blocks from what I can tell. After speaking with Corgi Taco, I found that if you do it on the server side instead of the client side it seems to get rid of it!

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Good to hear. I actually don…
Fri, 04/11/2025 - 10:54

Good to hear. I actually don't know why I didn't come to this conclusion, since I do know how ghost blocks work.