Started by
FiveNights2161
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make this super-long, scrawling pathway to what will eventually become a massive building, but I can't even seem to make the pathway because everytime I try to generate the structure, it only generates the start of the path and not the rest, anyone able to help out?
https://imgur.com/a/uDfEJPB
Jigsaw will only generate a certain number of jigsaw structures branching from the original, as well as only generating outward by a certain number of blocks. To make a super-long pathway you would need to either use multiple jigsaw structures, using a custom block to place the next? Or simply use custom blocks to place the paths, use a variable to add +1 each time you spawn one to keep count of how many paths it has summoned. And place structure and replace custom placer block with air on tick/added etc.
I have not seen your picture as I cannot view imgur if that provides better context.