Jump to content

[1.10.2] How to make structures bigger than a chunk?


TheAwesomeGem

Recommended Posts

I am trying to load structures that are bigger than a chunk(like a fort/castle) however I am struggling to find the method to do that. Inside the structure I will have points that are randomized(for example, it may contain traps or not based on RNG) however the structure itself(fort/castle) is generated the same way on the land. The size of the structure is like 128x64x64. Any help/documentation is really helpful.

Link to comment
Share on other sites

Minecraft has several randomised structures larger than a chunk, e.g. Strongholds, Nether Fortresses, Ocean Monuments, End Cities and Woodland Mansions.

 

You can find the implementations in the net.minecraft.world.gen.structure package. The latter two use the Structure Block format rather than manually setting blocks in code.

  • Like 1

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

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.