Started by
ILikeMakingMods2103
on
Topic category: Help with MCreator software
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.
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?