Posted August 15, 20196 yr Chunk Loading Does Forge still provide a means of force loading chunks? ForgeChunkManager no longer appears to be a thing (or if it is, I'm not able to find it). There seems to be vanilla alternative that looks promising, but before I start chasing down unknown rabbits, I'd like to ensure that I'm not doing so pointlessly. World Gen Again, a confirmation to ensure my current understanding is correct. As I take it, world gen (in my case, large fluid spheres) is now handled by vanilla Features, instead of IWorldGenerator. However, a given feature is limited to a single chunk. (I'm really trying to avoid making a "that's not a bug, it's a Feature" joke here). I can deal with it if so, but as I'm mostly just stumbling my way through the vanilla code, I'm hoping somebody with more experience can confirm or deny the "one chunk feature" conclusion. As always, thanks very much.
August 15, 20196 yr 13 hours ago, Ommina said: I'm hoping somebody with more experience can confirm or deny the "one chunk feature" conclusion. Yes use Features to generate things 1 chunk or smaller. Use structures for things bigger than 1 chunk. And use Carvers for stuff like caves. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
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.