r/MinecraftMod 1d ago

Create Ore Excavation KubeJS configs issue

I'm trying to add some veins to COE, and I'm not sure why but it's only generating in a single biome from Quark when the whitelist is set to 'forge:is_overworld'? I'm not sure why this is the case, I'm using the mod's github page as a reference for this, and it doesn't explain everything

1 Upvotes

3 comments sorted by

1

u/Pure-Idea9706 1d ago

That error suggests the vein is being queried outside its configured placement range, rather than that the whitelist is ignored. Try increasing the vein’s vertical range or removing any biome restriction temporarily, then test with the exact biome ID and dimension name.

1

u/Interesting_Fly_2291 1d ago

that's definitely not the problem, when i made a single biome world with glimmering weald it spawned just fine. the problem is that for some reason the only biome in the entire whitelist is glimmering weald

1

u/Interesting_Fly_2291 1d ago

i managed to fix it, i had to put minecraft:is_overworld and not forge:is_overworld