Posted June 9, 20232 yr Hi, I want to make an event happen when a chunk is loaded. I'm making an explosion but it's way too big to load all the chunks needed at once, so I wanted to make it so that the explosion happens in each chunk as they get loaded by the player or otherwise. I don't need to know anything about the chunk before it's loaded as the explosion is not raycasted. I use MCreator for making mods so I don't know how this event should look like, but I'm OK with Java so if I can get an example I can easily modify it to fit my needs, thank you!
June 9, 20232 yr We do not support MCreator here since it usually generates code that is both wrong and makes incompatibilities with everything else. Anyway, there's the ChunkEvent$Load for something like this.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.