#Jigsaw Block not working in generating custom structure

1 messages · Page 1 of 1 (latest)

flat anchor
#

Hey y'all, I'm having some issues with a structure generating. It's a tower that's taller than 48 blocks so I needed to split it into 2 structure files (bottom half generates first then uses a Jigsaw to generate top half). This one is especially stumping me because 1. I'm pretty sure I did everything right, and 2. I basically copied the files from another one of my structures (which does work) and just changed the structure names. Does anyone know what I'm doing wrong? If more info is needed lmk

1st image is bottom half Jigsaw, 2nd is top half

Here are the structure files (2 of them), structure.json, structure_set.json, and template_pool.json files (2 of them), respectively

spice bobcatBOT
#

<@&1201956957406109788>

Someone will come and help soon!

💬 While you wait, take this time to provide more context and details.

🙇 If nobody has answered you by <t:1727414891:t>, feel free to use the Summon Helpers button to ping our helper team.

✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve

long violet
#

What specifically isn't working as expected?

flat anchor
#

The bottom half generates while the top half doesn't

long violet
#

Gotcha. Can you paste the contents of the brass_tower_top template pool directly in here? I'm on mobile so I can't see it

flat anchor
#
  "name": "morecobblemonstructures:brass_tower_top",
  "fallback": "minecraft:empty",
  "elements": [
    {
      "weight": 1,
      "element": {
        "element_type": "minecraft:single_pool_element",
        "location": "morecobblemonstructures:brass_tower/brass_tower_top",
        "projection": "rigid",
        "processors": "minecraft:empty"
      }
    }
  ]
}```
long violet
#

And can you show where the brass_tower_top structure is in your data pack? Like a picture of the filepath?

flat anchor
#

Yeah

#

I am using a mod that directly loads anything in resourcepacks onto every world, btw

long violet
#

What Minecraft version are you in?

flat anchor
#

1.20.1 Forge

long violet
#

Oh, I misread your first message. You said it's taller than 48 blocks, how tall is it?

flat anchor
#

Ah, I meant the structure itself was taller than 48 so it was too tall to fit into one Structure Block, so I had to split it into two and use Jigsaw Blocks to connect them, but only the bottom half is generating and not the top even though I thought I did everything correctly

long violet
#

Yeah I get that now, that's why I asked how tall it actually is

#

That is relevant

flat anchor
#

The bottom one is 47 blocks tall and the top one is 48

long violet
#

Or in other words, 95 blocks tall

#

In your brass_tower structure JSON, what is your max_distance_from_center?

flat anchor
#

It's 80

#

Ohhh

long violet
#

Yeah

flat anchor
#

Does it have to be increased?

long violet
#

Yes. You can increase that up to 128, or smaller if your structure uses terrain adaptation

flat anchor
#

Ahh ok, that makes perfect sense now

#

Thank you so much for the fast and helpful responses!

long violet
#

Yep yep, thanks for bearing with me while we troubleshooted!

spice bobcatBOT
long violet
#

(If everything works as expected once you test it)