#custom structure cannot be found nearby by /locate

1 messages · Page 1 of 1 (latest)

vernal bane
#

I'm making a custom structure, and it appears in the /locate query, but when I run the command it can't locate it anywhere nearby it says

quasi yachtBOT
#
Someone will come and help soon!

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

                        🙇 After a while, hit the Summon Helpers button to ping the helper team. They'll be happy to help you


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

this is for the 23w51b snapshot if that helps

#

I'm basically asking what usually causes this problem; I'll send the .zip if anyone wants to take a closer look at it

quasi yachtBOT
# quasi yacht

<@&935561184806060073>

**🙇 Helpers Arise!**

Please note that you still might not immediately get a response since all helpers are human beings and volunteers (and also might be sleeping right now)

vernal bane
#

sorry for the ping, I just need to hopefully finish this soon as a surprise for a friend

dense lodge
#

Any number of things can cause this. Can you paste your structure_set and structure JSONs in here? No need for the whole data pack.

vernal bane
#

alright

#

{
"type": "minecraft:jigsaw",
"biomes": "omni:galvan_prime_default",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 7,
"spawn_overrides": {},
"start_height": {
"absolute": 0
},
"start_pool": "omni:galvan_village",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
}

#

struct ^

#

{
"structures": [
{
"structure": "omni:galvan_village",
"weight": 1
}
],
"placement": {
"type": "minecraft:random_spread",
"spacing": 16,
"separation": 4,
"salt": 10387312
}
}

#

struct set^

vernal bane
dense lodge
#

Is your omni:galvan_prime_default biome spawning?

vernal bane
dense lodge
#

Are you getting any output log errors when loading the world?

vernal bane
#

yeah, that it is unable to parse the json

#

I’ll paste the exacts in a moment

vernal bane
#

this is what it says when I try to download the pack, before being told "Data pack validation failed!"

#

Registry loading errors:

Errors in registry minecraft:root:

Errors in element minecraft:worldgen/structure:
java.lang.IllegalStateException: Unbound values in registry ResourceKey[minecraft:root / minecraft:worldgen/structure]: [minecraft:structures]

dense lodge
vernal bane
#

I originally used misode but I encountered the same issue there

dense lodge
#

I mean Misode should be telling you what's wrong

vernal bane
#

I don't know why it wouldn't be able to identify it

dense lodge
#

Do you mean the structure_set file did not recognize the omni:galvan_village structure file? Cause that's normal, it's a bug with the data pack helper plus extension

vernal bane
#

this is the new "structure"

#

{
"type": "minecraft:jigsaw",
"biomes": "omni:galvan_prime_default",
"step": "surface_structures",
"spawn_overrides": {},
"start_pool": "omni:galvan_village",
"size": 6,
"start_height": {
"absolute": 0
},
"max_distance_from_center": 80,
"use_expansion_hack": true
}

dense lodge
#

You are missing a project_start_to_heightmap field

#

So it's just spawning at Y=0

vernal bane
#

ah

#

I'll get back to you on if it works

#

WOW it finally worked, thanks so much for your patience and help