Recurrent Complex

Recurrent Complex

35M Downloads

The generation was canceled

Winddbourne opened this issue ยท 3 comments

commented

Every time I make and export a structure I get this message when I try to #gen it as a test. Do you have any idea what could be causing this?

2017-09-18_17 24 18

commented

This probably has to do with the Placer or an Ensure transformer. Further information should be in the logs (the message is a bit unspecific right now unfortunately).

commented

I managed to get my structures to generate but . . . it doesn't seem to generate static structures in other dimensions. I want to use structures to move between the overworld and dimensions created with JustEnoughDimensions and I'm wondering if I'm doing something wrong or if nothing is generated until a player actually enters a new dimension; including static (spawn) structures.

commented

Yes, structures are only being generated when a player enters the dimension (for performance reasons). You can look at the log for detailed information about when each structures is getting spawned.

If you don't enter the dimension, how are you event sure it generates at all though? I mean, you only require a structure to be present when you run across it normally.