Jump to content

[1.14.4] Chunk Loading & World Gen


Ommina

Recommended Posts

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.

Link to comment
Share on other sites

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.

  • Thanks 1

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.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.