End Portal Recipe (Fabric)

End Portal Recipe (Fabric)

35.8k Downloads

Village Spawn Point not spawning in Village

Majarou opened this issue ยท 5 comments

commented

Information

Minecraft version: 1.19.2
Modloader: Forge
Forge version: 43.2.23
Environment: Singleplayer / Multiplayer

Mod name: Village Spawn Point
Mod version: 1.19.2-4.0

Description

I am spawning normally and not in the center of a village as expected. Trying to make a defense based mod pack with defending and building up the village you start in as the base concept. Have tried to disable and reenable mods that may be affection the village generation or name type but can not find the cause of the issue.

Crash report

(Please either drag the file directly here, or use https://gist.github.com/ to prevent the paste from expiring)

If available.
config.zip

commented

What do you get when you run /locate structure #village?

commented

It says there is no structure with type #minecraft.village

commented

Can you please try reproducing this issue again? If so, can you please attach the resulting latest.log?

The #minecraft:village tag may be missing because one of its entries, as added by a mod or datapack, is invalid or does not exist, causing the tag to not load at all.

commented

unfortunately it doesn't cause the game to crash, how do you suggest to go about this? And yes, it seems to be the case that the minecraft:village may have been replaced. Searching through by manually scrolling, I do see villages from mods such as ctov:village_[biome], themissingvillages:[biome]village, byg:village[biome],towns_and_towers:village_[biome], as well as minecraft:village_[biome] still showing up as searchable, and works perfectly fine.

commented

The issue seems to stem from #village not finding a match with anything, but I can not figure out what mod may have caused that to happen