Mega structures

Started by I dont speak english on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mega structures

Hello!
What I want is to make a great structure in which each room is different in each structure that is generated (Like the strongholds or the nether fortresses). I know it must be very complex, but I would like to know how to do it. If you need procedure or code or any option, could you show images? I would appreciate it. If you can't, let me know.
Thanks.

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This can be done by making…
Fri, 10/29/2021 - 13:53

This can be done by making different structures

Make structure A and when generated it can spawn randomly structure B or structure C etc...

For example structure A (let's say a room) when naturally spawns in the world spawns at north random structure, generates at south random structure and so on...

 

Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Out of curiosity. Is it with…
Fri, 10/29/2021 - 14:04

Out of curiosity. Is it with procedure or with code?