#No starting jigsaw found
1 messages · Page 1 of 1 (latest)
Show your structure JSON?
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?
Okay please relax
If you're making a jigsaw structure, you do in fact need JSON files. What guide are you following? I recommend ours
https://www.planetminecraft.com/blog/custom-structure-gen-documentation/
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?
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
"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
Yes that was gonna be what I was looking for, good work
hello, i got it working, i replaced the jigsaw in the head structure and it's working, kinda
Great
it's still generating the 2nd tile half of the time
I'll need to see the structures and how the jigsaw blocks are placed in them
Doesn't change that I need screenshots 🙂
sure, gime a sec
here
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!
thanks for the help, and sorry to bother you