How to make a structure bigger than a single chunk?

Started by Applestripe on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Jul 2022
Points:
420

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
How to make a structure bigger than a single chunk?

I would like to make a big castle structure, but it always gets cut off at chunk borders. Anyone help? 

Active 4 months ago
Joined Nov 2022
Points:
441

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 54
One way to do this would be…
Sun, 11/13/2022 - 21:03

One way to do this would be to divide it into several substructures, and then add blocks that immediately generate said substructures on their current position. Then, make a structure that fits in a chunk that contains the generation block. You can add more onto the other parts and eventually, the entire castle will generate.

Active 2 years ago
Joined Jul 2022
Points:
420

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
@COMANDO 66 @VuFlub thank…
Mon, 11/14/2022 - 14:15

@COMANDO 66 @VuFlub thank you, I'll try doing that