Started by
JayStarPlays
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to have a large structure generate, but parts of it are always cut off by the edges of the chunk.
I've tried having a smaller structure generate and then place the structure I want in place of it, but from what I've seen in the game and on the forums, the "on structure instance generated" procedure simply doesn't work.
Are there any other ways I could work around this?
You can create a block that tries to generate your structure on itself every tick by setting that as its tick procedure and setting the tick rate to 1.
Then, set "on structure instance generated" to that one procedure block "schedule update tick in [1] tick at X Y Z."
This has worked for me.
To clarify, you would generate that one sole block as your structure, and the "schedule update tick" thing would ensure it updates, as normally blocks generated as part of structures do not update.
Hey that seems to have worked, thanks!
Have you done through the procedure? If yes, can you please show it?
I found a solution to this problem and recorded a video about it (include English subtitles) https://youtu.be/d0gE6LpZl1Q