Jump to content

[SOLVED] [1.14] Generating structures in a custom world type


Recommended Posts

Posted (edited)

I'm writing a 1.14.4 mod that includes its own world type and chunk generator. It's mostly working, but I can't figure out how to generate e.g. villages. The biome I'm using spawns villages when using the default chunk generator, but nothing with mine, and nothing shows up when I /locate either. The vanilla NoiseChunkGenerator has some code dealing with villages in makeBase() which I don't have, but it looks like that just adjusts height variation to fit in villages, so it shouldn't be necessary.

I also tried manually telling villages to spawn, but I couldn't figure out the jigsaw system or the village feature - I can get one house spawning, but that's as far as I've gotten on that route. The village feature looks like it only generates villages when a chunk has been flagged as having a village, but I can't find how that's done.

Does anyone have any ideas?

Edited by Lorxu
Posted

I found it! For anyone having similar issues, look in ChunkGenerator.initStructureStarts(), and make sure your BiomeProvider returns true for hasStructure().

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.