2026.1 Jigsaw Block Help?

Started by FiveNights2161 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
2026.1 Jigsaw Block Help?

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

 

 

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Jigsaw will only generate a…
Sun, 04/12/2026 - 16:02

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.