Started by
jy9146
on
Topic category: Help with Minecraft modding (Java Edition)
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!
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).
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).
For some reason that doesn't work either
https://www.dropbox.com/scl/fi/wsusfoqckt9ig0filo0m3/Screenshot-2025-03-31-at-1.57.21-PM.png?rlkey=ie28p0py2ijt6agy9q9cz23cl&st=zo3s37hc&dl=0 It hasn't been working at all, I have tried multiple versions of this but nothing is happening! >:(
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)
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…
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.