Is there a way to make a customly generated layout?

Started by ILikeMakingMods2103 on

Topic category: Help with MCreator software

Last seen on 00:47, 18. Apr 2024
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there a way to make a customly generated layout?

Example:

I want to make it so I spawn in a dimension, and each time I enter it, it will change it's layout. So the initial room would always be the same, then I go to the next room and it would be different from the first time I went into the dimension, and so on and so on.

Is this possible? Thanks.

Last seen on 12:31, 22. Jan 2024
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
do you want to generate…
Thu, 05/12/2022 - 15:10

do you want to generate something new every time the player enters the dimension?

to do this you would have to make the dimension not generate any blocks, and basically make your entire generation system using procedures, and generate something new every time the player enters the dimension

it might be very laggy so you might want to find a workaround

what exactly do you want to do?