#No starting jigsaw found

1 messages · Page 1 of 1 (latest)

midnight axle
#

My custom jigsaw structure is not generating, the error code says it cant find the starting jigsaw even dough i have tried every possible solution i can think of.

primal wolf
#

Show your structure JSON?

midnight axle
#

what JSON file? i dont have any? the tutorial didnt show i needed one

#

i'm just trying to make a basic jigsaw structure, it worked for a bit when i spawned it with a command but now not even that works

#

are the NBT files suposed to be in a JSON file or what?

primal wolf
#

Okay please relax

midnight axle
#

ok i'll check it out

#

ok i found my json

#

i already had it, and it was working, but the structure wasnt generating

#

where do i post the code?

primal wolf
#

Mhm, which is why I asked to see it 🙂

#

You can paste the contents right in here. You can put ``` before and after to make it appear in a code block for legibility

midnight axle
#
  "type": "minecraft:jigsaw",
  "biomes": [
    "minecraft:forest",
    "minecraft:taiga",
    "minecraft:dark_forest",
    "minecraft:old_growth_birch_forest"
  ],
  "step": "surface_structures",
  "terrain_adaptation": "none",
  "spawn_overrides": {
    "monster": {
      "bounding_box": "piece",
      "spawns": [
        {
          "type": "minecraft:zombie",
          "weight": 5,
          "minCount": 2,
          "maxCount": 5
        },
        {
          "type": "minecraft:creeper",
          "weight": 3,
          "minCount": 1,
          "maxCount": 3
        },
        {
          "type": "minecraft:skeleton",
          "weight": 3,
          "minCount": 1,
          "maxCount": 2
        },
        {
          "type": "minecraft:spider",
          "weight": 4,
          "minCount": 1,
          "maxCount": 4
        }
      ]
    }
  },
  "start_pool": "creepy_crypt:main",
  "size": 12,
  "start_height": {
    "absolute": 0
  },
  "start_jigsaw_name": "minecraft:head",
  "project_start_to_heightmap": "WORLD_SURFACE_WG",
  "max_distance_from_center": 100,
  "use_expansion_hack": false,
  "pool_aliases": [],
  "liquid_settings": "ignore_waterlogging"
}```
#

do you want the list of jigsaw structures in main?

#

No starting jigsaw minecraft:head found in start pool creepy_crypt:main

#

the error message in my log

#

good new, i got the structure generating, by deleting the start jigsaw line, bad news is that it's not generating the head but the 2nd tile instead

#

so i guess the issue is in the head tile?

#

it's not recognizing a valid start jigsaw in the structure if i had to guess

primal wolf
midnight axle
#

hello, i got it working, i replaced the jigsaw in the head structure and it's working, kinda

primal wolf
#

Great

midnight axle
#

it's still generating the 2nd tile half of the time

primal wolf
#

I'll need to see the structures and how the jigsaw blocks are placed in them

midnight axle
#

they are all vertical

#

and ath the top/bottom of structures

primal wolf
#

Doesn't change that I need screenshots 🙂

midnight axle
#

sure, gime a sec

#

head is, well the huge head, and the 2nd and 3rd tile are called body and stairs

#

omg i got it, i just made another pool with just the head and put that as the starting pool. it's generating like it did yesterday now

#

now just to get it generating in the other world

#

i'm happy to report, it's working!

subtle hollyBOT
midnight axle
#

thanks for the help, and sorry to bother you