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!
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?
As far as I know, you would need to make a new structure.
Ok then.
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!
Just one thing, how do I make the obsidian less prevalent and lava more?
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…
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
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
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.
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.
Ok so I exported it seems that ghost blocks keep appearing in Curseforge as well. Is there any way to fix this?
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.
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!
Good to hear. I actually don't know why I didn't come to this conclusion, since I do know how ghost blocks work.